GetBribeAmount - Actor

From the Fallout4 CreationKit Wiki
Revision as of 14:40, 10 May 2010 by imported>Plplecuyer (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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")

See Also[edit | edit source]