Difference between revisions of "StopQuest"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>Deathbane27
Line 6: Line 6:
Stops the quest, which means:  
Stops the quest, which means:  
*Any attached dialogue will be disabled.   
*Any attached dialogue will be disabled.   
*The quest script, if any, will stop running.   
*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.*
   
   
==See Also==  
==See Also==  

Revision as of 04:40, 14 August 2006

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.*

See Also

StartQuest