GetBribeAmount - Actor

From the Fallout4 CreationKit Wiki
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]