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

Description

Wiki Description

Used to determine if this actor has been bribed by the player

Documentation Comment

Queries whether this actor has player bribe flag set.


Caveats


Examples

; Print a message if Bob has been bribed by the player
if (Bob.IsBribed())
  Debug.Trace("Bob was bribed by the player!")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsBribed()

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.