Description
Wiki Description
Set or clear this actor's "doing favor" status.
Documentation Comment
Flag this actor as currently doing a favor for the player
Caveats
Parameters
boolabDoingFavor=true
CK Wiki Description
Whether to set or clear the "doing favor" state.
- Default:True
Examples
; Set Nate to be doing the player a favor
Nate.SetDoingFavor(); Clear Nate's "doing favor" status
Nate.SetDoingFavor(false)Auto-Generated Example
bool myBool__abDoingFavor
myActor__toCallFunctionOn.SetDoingFavor(myBool__abDoingFavor)