Re: do_start

From: ShadowLord (dkoepke@california.com)
Date: 06/01/96


On Sat, 1 Jun 1996, Che Lucero wrote:

> what lines would i have to add in do_start to set the entrance of newbies to room XXX?
> is there a function like GET_ROOM(ch) or something?
> thanx.

	Do something like:

  save_char(ch, real_room(<virtual number of room>));

	There might be a "save_char(ch, NOWHERE);" in the code after they
pick a class (but before the next CON_xxxx statement).  If there is, then
you can replace it with the above.  DO NOT, however, change any save_char
calls beyond the CON_QCLASS block.



This archive was generated by hypermail 2b30 : 12/18/00 PST