DefaultAliasOnContainerChangedTo

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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

Required Properties[edit | edit source]

Int StageToSet
{Stage to Set}

Optional Properties[edit | edit source]

Bool PlayerPickupOnly
{If set to TRUE (DEFAULT) then the stage will only set if this is picked up by the player.
If set to FALSE, and all arrays are empty, the stage will set if this is picked up by anybody.}

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

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

Faction[] ItemChangedToFactions 
{OPTIONAL: Stage will be set if this item changed to any of these factions.
If ALL arrays are empty then stage is set if item changes to 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.}