Problems with Title....

Posted by shqwuc on Thu 07 Feb 2002 06:39 AM — 3 posts, 15,278 views.

#0
Cant I add colour to my Title in my mud, like say in ROM, you would do this command : {Gthe ruler where {G would be green or wahtever, i want to be able to let users and myself add colour to my title so when they type WHO, it will display my title with the colours i want....how can i do this?
Denmark #1
First of all, is there installed colour support in your mud ?? if not you need to search the web for a colour patch for smaug, next you will mostly need to look in some of the code for the functions (like WHO) and see where it outputs the text to the use, you will need to use the new function that the colour patch will give you, but all such instructions are supplied with the colour patch itself. :)

Where you find those colour patches, well, try and use altavista and search the web, they are quite easy to find.
Australia Forum Administrator #2
SMAUG supports colour as standard, but maybe the WHO list doesn't. You might need to recompile and change the way it sends the who list title from send_to_char to send_to_char_color.