SetQuestStage - Quest

From the Fallout4 CreationKit Wiki
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)

See Also[edit | edit source]