Messaging System
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