<snip> >Dave Ely wrote: >> Does anyone know why when your in zedit, redit, medit or sedit that you don't show up on where or who? I would prefer that I could see them, maybe set a lvl their visible to when doing this. <snip> You could make use of the macro patched in with Oasis, IS_PLAYING, which also includes checks for the oasis olc states. so in do_who it'd be: for (d = descriptor_list; d; d = d->next) { if (!IS_PLAYING(d)) continue; In my own code I added an (OLC) who flag as well, and then as suggested in a previous mail, make a macro for just the Oasis states and check against that. -Da' Kool Cat +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT