IsActive - Quest

Member of: Quest Script

Checks to see if this quest is active (currently tracked by the player).

SyntaxEdit

bool Function IsActive() native

ParametersEdit

None.

Return ValueEdit

Whether this quest is active or not.

ExamplesEdit

; Is the player currently tracking the main quest?
if (MainQuestProperty.IsActive())
  Debug.Trace("The main quest is active")
endIf

See AlsoEdit