Start - Quest
Revision as of 14:35, 27 December 2013 by imported>Egocarib (note about menu mode)
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()
Notes
- Quests started with this command while the game is in menu mode will not initialize until the menu has been exited.