Urgent Question

by Hazar

Back to Mechanic's Corner.

Hazar2005-09-10 22:07:23
I need to know how to color-code in zMud. I know it can't be that hard.

For instance, I want to code it so shadows of crow show up in yellow. How would I script that?
Sylphas2005-09-10 22:13:23
#TR {shadows of crow message here} {#CO colorcode here}

I find it easiest just to play with colors till you figure them out, or now I've been using MXP so you can just use color names. Not sure if you can use MXP in a color trigger though, without just subbing it out.
Unknown2005-09-10 22:51:08
You can use the #COLOR or #CW command to highlight the text. There are other ways, but I recommend these. On zMUD's help menu, you'll find a color picker to help you find a good combination of colors to use. zMUD supports standard ANSI color codes as well as HTML color names or RGB hex codes.