X Tutup
×
Create a new article
Write your page title here:
We currently have 92,804 articles on Fallout Wiki. Type your article name above or click on one of the titles below and start writing!



Fallout Wiki
92,804Articles
☢  Independent Fallout Wiki Resources  ☢

GetBribeAmount - Actor

Resource:Creation Kit > GetBribeAmount - Actor


Member of: Resource:Creation Kit/Actor Script

Returns the amount of gold required to bribe this actor.

Syntax

int Function GetBribeAmount() native

Parameters

None.

Return Value

The amount of gold required to bribe this actor.

Examples

; 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

X Tutup