StopQuest
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Stops the quest, which means:
- Any attached dialogue will be disabled.
- The quest script, if any, will stop running after its current iteration (see note below).
Syntax
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.