Thread: Race Restring
View Single Post
Old 01-07-2003, 11:58 AM   #4
Yuki
Member
 
Join Date: Jun 2002
Location: My laptop, my apt, Columbus, Ohio, USA
Posts: 42
Yuki is on a distinguished road
Send a message via ICQ to Yuki
Put a new char pointer into pcdata, or chardata, depending which you know to do better.

char *raceRestring;

Then in the do_who method, if your raceRestring isn't NULL and isn't "", have it print that instead of the actual race.

Make a command to change it, and add raceRestring into save.c and recycle.c where needed.

Fairly simple.
Yuki is offline   Reply With Quote