This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

SetCrimeGold - Faction

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Faction Script

Set the amount of non-violent crime gold on this faction.

Syntax[edit | edit source]

Function SetCrimeGold(int aiGold) native

Parameters[edit | edit source]

  • aiGold: The new value for non-violent crime gold on this faction.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Set the crime gold with the police faction
PoliceFactionProperty.SetCrimeGold(10)

See Also[edit | edit source]