GetBribeAmount - Actor
Revision as of 13:40, 10 May 2010 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Returns the amount of gold required to bribe this actor. == Syntax == <source lang="papyrus"> int …')
Member of: Actor Script
Returns the amount of gold required to bribe this actor.
Syntax[edit | edit source]
int Function GetBribeAmount() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The amount of gold required to bribe this actor.
Examples[edit | edit source]
; Print out how much it will cost to bribe this actor
Debug.Trace("It will cost " + Politician.GetBribeAmount() + " gold to bribe this guy")