[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
SetQuestStage - Quest
Jump to navigation
Jump to search
Member of: Quest Script
Sets the quest stage on the specified quest.
Syntax[edit | edit source]
Function SetQuestStage(QuestStage questStageToSet) global
Parameters[edit | edit source]
- questStageToSet: The QuestStage that contains the quest and stage to set
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the specified quest stage
Quest.SetQuestStage(myQuestAndStage)