Difference between revisions of "StopQuest"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
||
Line 23: | Line 23: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1. | [[Category:Functions (GECK 1.1)]] | ||
[[Category:Quest Functions]] | [[Category:Quest Functions]] | ||
[[Category:Quest Functions (GECK 1. | [[Category:Quest Functions (GECK 1.1)]] |
Revision as of 13:20, 15 August 2009
< [[::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.
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.
See Also
- StartQuest
- GetQuestRunning
- Link to TES4 Construction Set Wiki: StopQuest.