I added samson's color to my code, and it works just about everywhere, except for when you create a new character. I also added ansi login (forcing ansi right now), and it displays the color properly in the greeting file, and I can make it show color when it asks for the password of an existing character, but it wont show color for anything past
(it shows color in that part though).
I've been thinking about this problem for the past 2 days and have come up short. Is there something I'm missing?
sprintf( buf, "\n\rChoosing a name is one of the most important parts of this game...\n\r"
"Make sure to pick a name appropriate to the character you are going\n\r"
"to role play, and be sure that it suits a medieval theme.\n\r"
"If the name you select is not acceptable, you will be asked to choose\n\r"
"another one.\n\r\n\rPlease choose a name for your character: ");
send_to_desc_color( buf, d );
(it shows color in that part though).
I've been thinking about this problem for the past 2 days and have come up short. Is there something I'm missing?