Start - Quest

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

NotesEdit

  • Starting a quest will trigger the population of aliases with a Fill Type of Find Matching Reference
  • Quests started with this command while the game is in menu mode will not initialize until the menu has been exited.

See AlsoEdit