Description
Wiki Description
Set the amount of non-violent crime gold on this faction.
Documentation Comment
Sets the non-violent crime gold on this faction
Caveats
Parameters
intaiGold
CK Wiki Description
The new value for non-violent crime gold on this faction.
Examples
; Set the crime gold with the police faction
PoliceFactionProperty.SetCrimeGold(10)Auto-Generated Example
int myInt__aiGold
myFaction__toCallFunctionOn.SetCrimeGold(myInt__aiGold)