Background for Fallout 4
Member of the Quest script
voidfunctionSetQuestStage(Quest:QuestStagequestStageToSet)Global

Description

Wiki Description

Sets the quest stage on the specified quest.


Parameters

  1. Quest:QuestStagequestStageToSet

    CK Wiki Description

    The QuestStage that contains the quest and stage to set


Examples

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

Auto-Generated Example

Quest:QuestStage myQuest_QuestStage__questStageToSet

Quest.SetQuestStage(myQuest_QuestStage__questStageToSet)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.