DefaultTopicInfoSetStage

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Default script for setting a different quest's stage from a topic info.

Required Properties[edit | edit source]

Quest MyQuest
{Quest containing the Stage to Set}

Int StageToSet
{Stage to Set}

Optional Properties[edit | edit source]

Int PrereqStage
{Stage that must be set for this event to fire}

Bool SetStageOnEnd = TRUE
{If set to TRUE (DEFAULT), the stage will be set when he topic ends.
If set to FALSE, the stage will be set when the topic begins.}

Debug Properties[edit | edit source]

Bool ShowTraces
{Default = FALSE, Set to TRUE if you want the traces in this script to show up in the log.}