Start - Quest
Revision as of 13:53, 11 November 2011 by imported>Cdcooley (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin)
Member of: Quest Script
Starts this quest. Is latent and will not return until the quest is actually started (and any start-up stage fragments run).
Syntax[edit | edit source]
bool Function Start() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
True if the quest was successfully started.
Examples[edit | edit source]
; Starts the main quest
MainQuestProperty.Start()