Remort Issue

From: Ryan Corbett (wizard15@home.com)
Date: 09/04/00


I seem to have a problem with remorts
for some reason it seems to be setting peoples remort's like this
Remort: UNDEFINED,  Remort2: Monk,  Remort3: UNDEFINED
and i have in class.c set in these lines
  if (siteok_everyone)
    SET_BIT(PLR_FLAGS(ch), PLR_SITEOK);

  GET_REMORT(ch) = -1; /* Set remorts to zero.*/
  GET_REMORT_TWO(ch) = -1;
  GET_REMORT_THREE(ch) = -1;

}
maybe i have GET_REMORT(ch) = -1 defined in the wrong place?
any help would be appreciated, thankz Ryan


     +------------------------------------------------------------+
     | 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/11/01 PDT