GetStolenItemValueNoCrime - Faction
From Creation Kit
Member of: Faction Script
Get the value of all items stolen by the player from this faction that was not witnessed.
Syntax
int Function GetStolenItemValueNoCrime() native
Parameters
None.
Return Value
The value of all items stolen by the player from this faction that was not witnessed.
Examples
; Get the value of items stolen from the Evil Corporation that they didn't witness int itemValue = EvilCorporationFaction.GetStolenItemValueNoCrime()