No categories assigned

LUA:SetCompleteFlag

Syntax
SetCompleteFlag([Quest*] Quest)

Explanation
This function sets the (complete) flag next to a quest in the quest journal.

Example

function Init(Quest)
    SetCompleteFlag(Quest)
end

When this quest is started, the quest will show the (complete) flag.



Back to LUA Functions