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
