Difference between revisions of "StopQuest"

635 bytes added ,  01:25, 12 September 2010
m
Fixed - "it's" to "its"
imported>Wkilleen
 
imported>Cipscis
m (Fixed - "it's" to "its")
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/StopQuest StopQuest].
{{Function
|origin = GECK1
|summary = Stops the quest, which means:
* Any attached dialogue will be disabled.
* The quest script, if any, will stop running after its current iteration (see [[StopQuest#Notes|note below]]).
|arguments = {{FunctionArgument
    |Name = questname
    |Type = EditorID
  }}
}}
==Examples==
StopQuest SQ09
Stops the quest with the EditorID of SQ09


=='''See Also'''==
==Notes==
[[StartQuest]]
 
* 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: [http://cs.elderscrolls.com/constwiki/index.php/StopQuest StopQuest].


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Quest Functions]]
[[Category:Quest Functions]]
[[Category:Quest Functions (GECK 1.1)]]
Anonymous user