GetStolenItemValueNoCrime - Faction
Member of: Faction Script
Get the value of all items stolen by the player from this faction that was not witnessed.
SyntaxEdit
int Function GetStolenItemValueNoCrime() native
ParametersEdit
None.
Return ValueEdit
The value of all items stolen by the player from this faction that was not witnessed.
ExamplesEdit
; Get the value of items stolen from the Evil Corporation that they didn't witness
int itemValue = EvilCorporationFaction.GetStolenItemValueNoCrime()