AllowPCDialogue - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Flags this actor as being able to talk to the player or not (overrides the race flag).
Syntax[edit | edit source]
Function AllowPCDialogue(bool abTalk) native
Parameters[edit | edit source]
- abTalk: Whether the actor can talk to the PC or not
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Tell the pigeon not to talk to the player
Pigeon.AllowPCDialogue(false)