GetCurrentStageID - Quest

Revision as of 17:34, 29 June 2013 by imported>Thingy Person (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Quest Script

Obtains the highest completed stage in this quest.

SyntaxEdit

int Function GetCurrentStageID() native
int Function GetStage()
  return GetCurrentStageID()
EndFunction

ParametersEdit

None.

Return ValueEdit

The highest completed stage in this quest.

ExamplesEdit

; Obtains the current stage
int mainQuestStage = MainQuestProperty.GetCurrentStageID()


; Obtains the current stage
int sideQuestStage = SideQuestProperty.GetStage()

See AlsoEdit