SetQuestStage - Quest

Member of: Quest Script

Sets the quest stage on the specified quest.

SyntaxEdit

Function SetQuestStage(QuestStage questStageToSet) global

ParametersEdit

  • questStageToSet: The QuestStage that contains the quest and stage to set

Return ValueEdit

None.

ExamplesEdit

; Set the specified quest stage
Quest.SetQuestStage(myQuestAndStage)

See AlsoEdit