Start - Quest

Revision as of 14:53, 11 November 2011 by imported>Cdcooley (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).

SyntaxEdit

bool Function Start() native

ParametersEdit

None.

Return ValueEdit

True if the quest was successfully started.

ExamplesEdit

; Starts the main quest
MainQuestProperty.Start()

See AlsoEdit