No categories assigned

LUA:SetCompleteFlag

Revision as of 17:36, 30 August 2013 by Thefoof (talk | contribs) (Created page with "'''Syntax'''<br> SetCompleteFlag([Quest*] Quest)<br> '''Explanation'''<br> This function sets the (complete) flag next to a quest in the quest journal. '''Example''' <pre>funct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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