Difference between revisions of "Quest Script"

11 bytes removed ,  00:20, 30 October 2013
m
imported>Thingy Person
imported>CraftySentinel
m (→‎Member Functions: Fixed Typos)
Line 78: Line 78:
|-
|-


|[[IsStopping- Quest|Bool '''IsStopping-'''()]]
|[[IsStopping- Quest|Bool '''IsStopping'''()]]
|Returns whether this quest is currently not enabled anymore but still shutting down.
|Returns whether this quest is currently not enabled anymore but still shutting down.
|-
|-


|[[IsStopped- Quest|Bool '''IsStopped-'''()]]
|[[IsStopped- Quest|Bool '''IsStopped'''()]]
|Returns whether this quest is currently fully stopped.
|Returns whether this quest is currently fully stopped.
|-
|-
Line 114: Line 114:
|-
|-


|[[SetCurrentStageID - Quest|Bool '''SetCurrentStageID'''(Int ''aiStage'')]]
|[[SetCurrentStageID - Quest|Bool '''SetStage'''(Int ''aiStage'')]]
|Alias of SetCurrentStageID().
|Alias of SetCurrentStageID().
|-
|-