Background for Fallout 4
Member of the Actor script
voidfunctionSetBribed(boolabBribe=true)Native

Description

Wiki Description

Flags this actor as bribe by the player

Documentation Comment

Flags/unflags this actor as bribed by the player


Caveats


Parameters

boolabBribe=true

CK Wiki Description

Whether to set or clear the actor's bribe status.

  • Default:True

Examples

; Set guard to be bribed by the player
Guard.SetBribed()
; Clear Guard's bribed status
Guard.SetBribed(false)

Auto-Generated Example

bool myBool__abBribe

myActor__toCallFunctionOn.SetBribed(myBool__abBribe)

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.