Re: (CODE) New look_in_direction

From: ;P (siv@CYBERENET.NET)
Date: 05/13/98


> } else{
>    return_room = ch->in_room;
>       char_from_room(ch);
>    char_to_room(ch, world[return_room].dir_option[dir]->to_room);
>    look_at_room(ch, 1);
>    char_from_room(ch);
>    char_to_room(ch, return_room);
> }

} else {
  next_room = world[ch->in_room].dir_option[dir]->to_room;
  send_to_char(world[next_room].description, ch);
}


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



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