Background for Fallout 4
Member of the Actor script
voidfunctionAllowPCDialogue(boolabTalk)Native

Description

Wiki Description

Flags this actor as being able to talk to the player or not (overrides the race flag).

Documentation Comment

overrides the race flag on an actor and determines if he can talk to the player in dialogue menu


Caveats


Parameters

boolabTalk

CK Wiki Description

Whether the actor can talk to the PC or not


Examples

; Tell the pigeon not to talk to the player
Pigeon.AllowPCDialogue(false)

Auto-Generated Example

bool myBool__abTalk

myActor__toCallFunctionOn.AllowPCDialogue(myBool__abTalk)

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.