Difference between revisions of "StartQuest"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(CS 1.0)
imported>Fella
Line 16: Line 16:


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Functions (CS 1.0)]]
[[Category: Quest Functions]]
[[Category: Quest Functions]]
[[Category: Quest Functions (CS 1.0)]]
[[Category: Quest Functions (CS 1.0)]]

Revision as of 12:02, 23 January 2008

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 reloaded.

See Also