Background for Fallout 4
Member of the Actor script
intfunctionGetBribeAmount()Native

Description

Wiki Description

Returns the amount of gold required to bribe this actor.

Documentation Comment

Obtains how much it would cost to bribe this actor


Caveats


Examples

; Print out how much it will cost to bribe this actor
Debug.Trace("It will cost " + Politician.GetBribeAmount() + " gold to bribe this guy")

Auto-Generated Example

int returnedValue = myActor__toCallFunctionOn.GetBribeAmount()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.