Difference between revisions of "StopQuest"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>BonzoFSP
(Transferred content from CS site. Disconnected from CS site.)
imported>Qazaaq
m (→‎See Also: to list)
Line 18: Line 18:


==See Also==
==See Also==
[[StartQuest]] [[GetQuestRunning]]
*[[StartQuest]]
*[[GetQuestRunning]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Quest Functions]]
[[Category:Quest Functions]]

Revision as of 18:43, 12 April 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

[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