DefaultAliasOnContainerChangedFrom

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Default script used for checking if an alias changed from a different container, and optionally what specific container.

Required Properties[edit | edit source]

Int StageToSet
{Stage to Set}

Optional Properties[edit | edit source]

ObjectReference[] ItemChangedFromReferences 
{OPTIONAL: Stage will be set if this item changed from any of these references.
If ALL arrays are empty then stage is set if item changes from any container.}

ReferenceAlias[] ItemChangedFromAliases 
{OPTIONAL: Stage will be set if this item changed from any of these aliases.
If ALL arrays are empty then stage is set if item changes from any container.}

Faction[] ItemChangedFromFactions 
{OPTIONAL: Stage will be set if this item changed from any of these factions.
If ALL arrays are empty then stage is set if item changes from any container.}

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.}