Name | Type | Deprecated | Secure | Description |
Event.Chat.Notify | | | | Signals a screen notification. This is generally used as a warning mechanism during boss fights. |
Event.Chat.Npc | | | | Signals an NPC speaking a line of text. |
Signals a screen notification. This is generally used as a warning mechanism during boss fights.
Usage:
Event.Chat.Notify(info) |
Parameter | Type | Datatype | Description |
info | parameter | variant | Detailed information table about this event, containing several named parameters. |
- members
-
Signals an NPC speaking a line of text.
Usage:
Event.Chat.Npc(info) |
Parameter | Type | Datatype | Description |
info | parameter | variant | Detailed information table about this event, containing several named parameters. |
- members
-
from |
The unit ID of the speaker, if available.
|
fromName |
The name of the speaker.
|
message |
The text said.
|