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
