Background for Fallout 4
Member of the Actor script
voidfunctionAllowBleedoutDialogue(boolabCanTalk)Native

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


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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.