| Message |
This is not really an Area Editor question, because the area editor just stores the description as pure text. You would need to modify the SMAUG server (or ROM server) to display the colours you want. For example, right now in SMAUG, in file act_info.c, around line 992 are the lines:
set_char_color( AT_RMNAME, ch );
send_to_char( ch->in_room->name, ch );
send_to_char( "\n\r", ch );
set_char_color( AT_RMDESC, ch );
[\mono]
Similarly, further down in "do_exits" is the code for the exit colour ...
set_char_color( AT_EXITS, ch );
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|