GetQuestStageDone - Quest

Member of: Quest Script

Returns whether the specified quest stage is set.

SyntaxEdit

bool Function GetQuestStageDone(QuestStage questStageToCheck) global

ParametersEdit

  • questStageToCheck: The QuestStage that contains the quest and stage to check

Return ValueEdit

True if the stage is done, false otherwise.

ExamplesEdit

; Set the specified quest stage
if Quest.GetQuestStageDone(myQuestAndStage)
  Debug.Trace("We've done this part of the quest...")
endIf

See AlsoEdit