On Sat, 5 Oct 1996, Jonathan Blackhawke wrote: > Ok, > Simple question, hopefully. I've been looking around the code and > have found the locations of where circle loads characters to a specific > location each time a player logs on. What I'd like to do is to have the > player load at the last place they saved or quit instead of the default > location that I put in the config.c. What do I need to do to have this > implimented? Any help to pinpoint this would be greatfully appretiated. Change all of the save_char(ch, NOWHERE) calls to: save_char(ch, ch->in_room); That should be it. -daniel +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST