Difference between revisions of "StartQuest"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
imported>Qazaaq
(→‎Notes: reloaded -> restarted)
Line 10: Line 10:
   
   
==Notes==
==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 game is reloaded.
*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 game is restarted.


==See Also==  
==See Also==  

Revision as of 06:31, 13 April 2009

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 game is restarted.

See Also