Background for Skyrim SE
Member of the Actor script
voidfunctionSetDoingFavor(boolabDoingFavor=true)Native

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.