IsStopped - Quest
Member of: Quest Script
Checks to see if this quest is completely stopped.
SyntaxEdit
bool Function IsStopped() native
ParametersEdit
None.
Return ValueEdit
Whether this quest is no longer enabled and fully shut down.
ExamplesEdit
; Is the main quest currently fully stopped?
if (MainQuestProperty.IsStopped())
Debug.Trace("The main quest is stopped")
endIf