Called when this creature starts a conversation, or hears a message they are listening for.
More...
|
void | PauseConversation () |
|
void | ResumeConversation () |
|
|
AssociateCommand | AssociateCommand [get] |
| Gets the associate command that matched the message sent to this creature.
|
|
NwCreature | Creature = NWScript.OBJECT_SELF.ToNwObject<NwCreature>()! [get] |
| Gets the creature attached to this conversation.
|
|
NwGameObject? | LastSpeaker = NWScript.GetLastSpeaker().ToNwObject<NwGameObject>() [get] |
| Gets the last NwGameObject that spoke in this conversation.
|
|
int | ListenPattern = NWScript.GetListenPatternNumber() [get] |
| Gets the listen pattern that matched the message sent to this creature.
|
|
NwPlayer? | PlayerSpeaker = NWScript.GetPCSpeaker().ToNwPlayer() [get] |
| Gets the NwPlayer speaker in this conversation.
|
|
Called when this creature starts a conversation, or hears a message they are listening for.
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/Events/Game/CreatureEvents/CreatureEvents.OnConversation.cs