AllowPCDialogue - Actor
Member of: Actor Script
Flags this actor as being able to talk to the player or not (overrides the race flag).
SyntaxEdit
Function AllowPCDialogue(bool abTalk) native
ParametersEdit
- abTalk: Whether the actor can talk to the PC or not
Return ValueEdit
None.
ExamplesEdit
; Tell the pigeon not to talk to the player
Pigeon.AllowPCDialogue(false)