Never mind, got it fized up... might want to fix it in future releases: in utils.h: -------------------------------- #define PERS(ch, vict) (CAN_SEE(vict, ch) ? GET_NAME(ch) : GET_NAME(ch) ) should be #define PERS(ch, vict) (CAN_SEE(vict, ch) ? GET_NAME(ch) : "someone") -------------------------------------------------- thanks all -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/26/03 PDT