Difference between revisions of "StopQuest"
Jump to navigation
Jump to search
imported>Deathbane27 |
imported>DragoonWraith (CS 1.0) |
||
Line 9: | Line 9: | ||
==See Also== | ==See Also== | ||
[[StartQuest]] | * [[StartQuest]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Quest Functions]] | [[Category: Quest Functions]] | ||
[[Category: Quest Functions (CS 1.0)]] |
Revision as of 13:04, 30 July 2007
Syntax:
StopQuest QuestID
Example:
StopQuest SQ09
Stops the quest, which means:
- Any attached dialogue will be disabled.
- The quest script, if any, will stop running. *NOTE: This does not act as a Return function when called from a quests's own script. The script will continue running until the end of the last block.*