Ok, i'm not sure if this has been asked before, but I've done a search through the archives and couldn't find it. I have a ROOM_NEWBIE flag added like this: structs.h #define ROOM_BFS_MARK (1 << 15) /* (R) breath-first srch mrk */ #define ROOM_NEWBIE (1 << 16) then in constants.c "*", /* BFS MARK */ "NEWBIE", "\n" }; the problem I'm having though it that it seems Room Flags only go up to 15 through Oasis OLC and when I try an redit I seem to only get up to the BFS Mark. I know I can redit my source code and just eliminate one of the room flags, but I was wondering on how to create maybe a ROOM2_NEWBIE flag and add two room flags, or adding more than 15 Room flags. Thanks for any help anyone can provide. -- +---------------------------------------------------------------+ | 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/25/03 PDT