Table of Contents

Class CreatureEvents.OnConversation

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Called when this creature starts a conversation, or hears a message they are listening for.

public sealed class CreatureEvents.OnConversation : IEvent
Inheritance
CreatureEvents.OnConversation
Implements
Inherited Members
Extension Methods

Properties

AssociateCommand

Gets the associate command that matched the message sent to this creature.

Creature

Gets the creature attached to this conversation.

LastSpeaker

Gets the last NwGameObject that spoke in this conversation.

ListenPattern

Gets the listen pattern that matched the message sent to this creature.

PlayerSpeaker

Gets the NwPlayer speaker in this conversation.

Methods

PauseConversation()
ResumeConversation()
Signal(NwCreature)