Okay, I read on the page about how you can make certain things certian colors. I'm looking for a more in-depth description of how to do something.
In the MUD I play, each channel has a different color. Gossip is grey, OOC is blue, and so on. However, if you sent someone a private "tell", it also appears in grey.
How to I change the color of the "tell" channel so that it appears a different color and thus stops embarassing mischans? *lol* It may be easier to change the color of the "gossip" channel instead because all you have to do is "gossip" to send a message to that channel. Tells involve "tell" and "reply" commands.
And incase you need it, gossip channels read as "You gossip" and "(Person's name) gossips".
When I do the * gossips * I get the error "Failed: Nothing to repeat at offset 0". Also, "you gossip *" only changes the color of the "gossip" part of "You gossip", not the entire message. *ponders*
So...
You gossip 'This is annoying me'
The only part that changes in that is the word gossip, for some reason. In a perfect world, I'd like to have the message between the (') changed to the color I specify.
To colour part of a line, you need a regular expression. It will only colour the part that matches. However your problem here is that the word "gossips" would be part of what matches.
You could try this:
Trigger: '.*'
Regular expression: checked
Change colour to: whatever
This would colour anything between quote signs, hopefully that would only be gossip channels, but if not, there isn't much I can do.
The other thing that might work, is if the gossips are already coloured (as you said they were) make the trigger match on the *colour* as well, then you might narrow it down to gossips.