Description
Wiki Description
Allows this essential actor to speak with the player during bleedout (normally they can't).
Documentation Comment
Sets this a essential actors ability to talk when in a bleedout state
Caveats
Parameters
boolabCanTalk
CK Wiki Description
True to allow the essential actor to speak to the player during bleedout and false to turn the behavior back to default
Examples
; Allow actor to speak to the player when he is in bleedout?
FredRef.AllowBleedoutDialogue(true)Auto-Generated Example
bool myBool__abCanTalk
myActor__toCallFunctionOn.AllowBleedoutDialogue(myBool__abCanTalk)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
