On Sat, 13 Jun 1998, j f chaos wrote:
> Would'nt it be better to have it like:
>
> if (STATE(d) == CON_PLAYING && GET_LEVEL(ch) != LVL_IMMORT)
> continue;
>
No!
if (STATE(d) == CON_PLAYING && GET_LEVEL(ch) < LVL_IMMORT)
continue;
Would propably be better :))
+------------------------------------------------------------+
| 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