Hmm... actually I see now that you do need to real_room it... I didn't
realize in db.c r_mortal_start_room was real_room'd till i looked.
Ok -
If you're using your switch statement method, and say..
case CLASS_WARRIOR:
GET_LOADROOM(ch) = 4106;
break;
Then what I said before is not true, and you DO need to
load_room = GET_LOADROOM(d->character);
load_room = real_room(load_room);
- Bri
This archive was generated by hypermail 2b30 : 12/07/00 PST