Alright...retarded question:
I'm using Lope's Colour...my question - How can I add the colours to
variables? Not character strings...variables.
ex:
send_to_char("{RYadda Yadda", ch);
that's very easy...then you have something like:
sprintf(buf,ch);
now, I know that I could easily just go find the buf char and add colour to
the string...but how can i add colour to that so that no matter what the
input is, the output will always be a colour, or just something like that.
For example, when the name of a room is read or the keyword on the help
files is read, have them displayed in colour. does that make sense? I know
that I just don't use:
sprintf({rbuf,ch);
it's more than that...I'm just not sure. Could someone help me out?
thanks,
-tarian