> char_to_room (d->character, d->character->in_room);
> do_look (d->character, "");
> act ("$n materializes!", d->character, NULL, NULL, TO_ROOM);
> d->connected = CON_PLAYING;
> }

The only thing that I can see here is that perhaps you should move the 
change to CON_PLAYING before you have them do_look.  My code uses 
do_function(d->character, &do_look, ""); but that shouldn't matter.

Neflar 

[EMAIL PROTECTED]          dividedfates.kyndig.com 1432


Reply via email to