DefaultAliasOnEquipped

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Default script used for checking if an alias is equipped, and optionally who equipped it.

Required Properties[edit | edit source]

Int StageToSet
{Stage to Set}

Optional Properties[edit | edit source]

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

ObjectReference[] EquippedByReferences
{OPTIONAL: Stage will be set if Equipped by any of these references.
If ALL arrays are empty then stage is set if Equipped by anybody.}

ReferenceAlias[] EquippedByAliases
{OPTIONAL: Stage will be set if Equipped by any of these aliases.
If ALL arrays are empty then stage is set if Equipped by anybody.}

Faction[] EquippedByFactions
{OPTIONAL: Stage will be set if Equipped by any of these factions.
If ALL arrays are empty then stage is set if Equipped by anybody.}

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