Posted by DL on March 24, 2000 at 10:01:23:
In Reply to: I just figured it out myself and im in geed mood, so here is how you color tells: posted by Xzenlodan on March 23, 2000 at 06:22:35:
> #TRIGGER {You tell (*)} {#CW red}
> #TRIGGER {(*) tells you} {#CW red}
> #TRIGGER {He can't hear you.} {#CW red}
> #TRIGGER {Your message did not get through.} {#CW red}
>
> this will make em all red, if anyone knows
> how to make orange, please tell me.
> --thanks
#cw X where X can be any one of these numbers
black 0
blue 1
green 2
cyan 3
red 4
magenta 5
brown 6
gray 7
yellow 14
white 15
bold 128
to make a color brighter, add 8 to the base value. For example,
9 is bright blue.
DL