GetBribeAmount - Actor
Member of: Actor Script
Returns the amount of gold required to bribe this actor.
SyntaxEdit
int Function GetBribeAmount() native
ParametersEdit
None.
Return ValueEdit
The amount of gold required to bribe this actor.
ExamplesEdit
; Print out how much it will cost to bribe this actor
Debug.Trace("It will cost " + Politician.GetBribeAmount() + " gold to bribe this guy")