Background for Fallout 4
Member of the Actor script
voidfunctionSetIntimidated(boolabIntimidate=true)Native

Description

Wiki Description

Flags this actor as intimidated by the player

Documentation Comment

Flags/unflags this actor as intimidated by the player


Caveats


Parameters

boolabIntimidate=true

CK Wiki Description

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

  • Default:True

Examples

; Set coward to be intimidated by the player
Coward.SetIntimidated()
; Clear Coward's intimidated status
Coward.SetIntimidated(false)

Auto-Generated Example

bool myBool__abIntimidate

myActor__toCallFunctionOn.SetIntimidated(myBool__abIntimidate)

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.