> > if (FIGHTING(ch) != NULL && (ch->in_room != FIGHTING(ch)->in_room)) { OOPS, thats supposed to read:- if (FIGHTING(ch) != NULL && (ch->in_room == FIGHTING(ch)->in_room)) { -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/24/03 PDT