StartQuest

From the Oblivion ConstructionSet Wiki
Revision as of 04:11, 17 April 2009 by imported>Qazaaq (→‎Notes)
Jump to navigation Jump to search

Syntax:

StartQuest QuestID 

Example:

StartQuest SQ09


Starts the quest, which means:

  • Any attached dialogue will be enabled.
  • The quest script, if any, will begin running.

Notes

  • Avoid calling this function to start a quest which is already running. If there is a script attached to the quest, any variables will be reset to 0 when the saved game is reloaded.

See Also