StopScriptWaiting

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

If there is any block in the script run by the calling reference/quest that is currently waiting (via the ScriptWait command), calling this function will stop it.

Syntax

[help]
reference.StopScriptWaiting quest:ref

Example

objectRef.StopScriptWaiting
StopScriptWaiting SomeQuest 

See Also