Hello everyone out there. I thought that I had seen too much spam about the objects loading in nowhere so I did some digging and came up with the fix for it. Here it is. In the function nanny() interpreter.c replace these lines if ((load_result=Crash_load(d->character))) d->character->in_room=NOWHERE; save_char(d->character, NOWHERE); with these lines char_to_room(d->character, 3); /* Just some empty room */ load_result=Crash_load(d->character); save_char(d->character, NOWHERE); char_from_room(d->character); That should do it! I typed this in from hand, no copy pasting, so I apologize if I made any typos. Good luck! Monroe __o _`\<,_ Michael Andrew Clubine (*)/ (*) http://web.syr.edu/~maclubin/eternal.html __o `'`'``'``'`'~\_ maclubin@syr.edu _`\<,_ \ (*)/ (*) \ o__ o~_ ___/~`'`'`'` \ _,>/`_ _,>/`_ _/ \_ (*) \(*) (*) \(*) / ~~~~~~~~~~~~~~~~````'`'`'`'`'`''~~~~
This archive was generated by hypermail 2b30 : 12/18/00 PST