Difference between revisions of "StopQuest"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Hugepinball
Line 3: Line 3:
|summary = Stops the quest, which means:
|summary = Stops the quest, which means:
* Any attached dialogue will be disabled.
* Any attached dialogue will be disabled.
* The quest script, if any, will stop running.
* The quest script, if any, will stop running after it's current iteration (see [[StopQuest#Notes|note below]]).
|arguments = {{FunctionArgument
|arguments = {{FunctionArgument
     |Name = questname
     |Name = questname

Revision as of 12:12, 9 September 2010

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Stops the quest, which means:

  • Any attached dialogue will be disabled.
  • The quest script, if any, will stop running after it's current iteration (see note below).

Syntax

[help]
StopQuest questname:EditorID

Examples

StopQuest SQ09 

Stops the quest with the EditorID of SQ09

Notes

  • This function does not act as a return function when called from a quest's own script. The script will continue running until the end of the last block.

See Also