SetQuestStage - Quest

Revision as of 18:02, 2 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Quest Script Sets the quest stage on the specified quest. == Syntax == <source lang="papyrus"> Function SetQues...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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