Messaging System

From Ardenfall Wiki
Revision as of 16:37, 20 May 2026 by Joshcamas (talk | contribs) (Created page with "One of the most useful ways to hook into the game is by use of the MessagingSystem. Ardenfall has a host of messages that are sent when stuff happens. "CharacterDeathMessage", "CharacterKillMessage", "EffectAddMessage"... there are over 100 messages that you can subscribe (or send). You can also define your own messages, for yourself or other mods. TODO: Examples TODO: Common Messages TODO: Add tool to easily view messages")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One of the most useful ways to hook into the game is by use of the MessagingSystem.

Ardenfall has a host of messages that are sent when stuff happens. "CharacterDeathMessage", "CharacterKillMessage", "EffectAddMessage"... there are over 100 messages that you can subscribe (or send).

You can also define your own messages, for yourself or other mods.

TODO: Examples

TODO: Common Messages

TODO: Add tool to easily view messages