Difference between revisions of "Start - Quest"
Jump to navigation
Jump to search
imported>Scornett m (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin) |
(No difference)
|
Revision as of 13:53, 11 November 2011
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
bool Function Start() native
Parameters
None.
Return Value
True if the quest was successfully started.
Examples
; Starts the main quest
MainQuestProperty.Start()