Quote:
1) How do I get ANSI colors to work?
Well, &G isn't an ANSI colour, that is a MUD colour code. What you could do would be to make a simple script that does things like replace &G with the ANSI equivalents before sending the message. See the ANSI script function that will do that, given the appropriate number.
Quote:
2) How do I change the default color of incoming chat? It's currently all red, unlike the outgoing text which is bright cyan surrounded by red.
See the chat configuration dialog.
Quote:
3) For some reason Snoop isn't working, or returning any errors.
Seems to work for me. Did you have the chat plugin installed?
Quote:
4) Any way to get triggers to fire based on Chat text?
You can't use a trigger, it isn't incoming MUD text. However the chat plugin has a callback OnPluginChatMessage - you can add code to that, to match things, and take steps. See the plugin for an example.
|