Resource:Creation Kit > GetBribeAmount - Actor
Member of: Resource:Creation Kit/Actor Script
Returns the amount of gold required to bribe this actor.
Syntax
int Function GetBribeAmount() native
Parameters
None.
Return Value
The amount of gold required to bribe this actor.
Examples
; Print out how much it will cost to bribe this actor
Debug.Trace("It will cost " + Politician.GetBribeAmount() + " gold to bribe this guy")
