SetCrimeGold - Faction
Member of: Faction Script
Set the amount of non-violent crime gold on this faction.
SyntaxEdit
Function SetCrimeGold(int aiGold) native
ParametersEdit
- aiGold: The new value for non-violent crime gold on this faction.
Return ValueEdit
None.
ExamplesEdit
; Set the crime gold with the police faction
PoliceFactionProperty.SetCrimeGold(10)