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)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
