>i recently patched in easycolor from the contrib from the ftp site
>it works fine but when i type something like: say &R Hi...........it say
>hi in red but then all text turns red and stays red until i type
>look......any ideas why that would happen?
I haven't actually seen the code from that, but I'm guessing that if you
look at the code, you'll probably see that there should be a command at the
end of a function to change the color back....here's a psuedo-code example
(cause I don't know what the real variables/function names actually are):
void changeColor(variable newColor)
{
variable color;
color = currentColor;
currentColor = newColor;
// Insert the displayed text here
currentColor = color;
}
The first two statement and the last statement are probably the kind of
things that were left out of easyColor....please let me know if I'm
right....
Mitch (themitch@geocities.com)
"The only thing in the way of my learning is my education"
--Albert Einstein
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST