Difference between revisions of "StopQuest"

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


[[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:03, 23 January 2008

Syntax:

StopQuest QuestID 

Example:

StopQuest SQ09

Stops the quest, which means:

  • Any attached dialogue will be disabled.
  • The quest script, if any, will stop running. *NOTE: This does not act as a Return function when called from a quests's own script. The script will continue running until the end of the last block.*

See Also