No categories assigned
LUA:SetCompleteFlag
- Last edited 12 years ago by I need to Update My Profile
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.