Back to index...

NameTypeDeprecatedSecureDescription
Event.Chat.NotifySignals a screen notification. This is generally used as a warning mechanism during boss fights.
Event.Chat.NpcSignals an NPC speaking a line of text.

Event.Chat.Notify

Signals a screen notification. This is generally used as a warning mechanism during boss fights.

Usage:

Event.Chat.Notify(info)
ParameterTypeDatatypeDescription
infoparametervariantDetailed information table about this event, containing several named parameters.
members
message The text said.

Event.Chat.Npc

Signals an NPC speaking a line of text.

Usage:

Event.Chat.Npc(info)
ParameterTypeDatatypeDescription
infoparametervariantDetailed 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.

Back to index...