Difference between revisions of "LUA:SetCompleteFlag"

(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...")
 
(No difference)

Latest revision as of 17:36, 30 August 2013

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