SetCrimeGold - Faction

From the 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]