Start - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

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

Notes[edit | edit source]

  • 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 Also[edit | edit source]