I put in some new PLR flags recently and i can't get them to set.
they are defined as follows
#define PLR_LOCATE (1 << 32)
#define PLR_BREACH (1 << 33)
#define PLR_IMMOBILE (1 << 34)
and i can't get any of them to set. So im wondering if i've gone over
the max number of bitvectors for PLR. I was using
SET_BIT(PLR_FLAGS(d->character), PLR_LOCATE);
and none of these flags set.
Any help would be appreciated.
Tanks
Michael Gallagher
+------------------------------------------------------------+
| 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