Re: NEWBIE Lives system & Prompt

From: Jerry Billings (Jubjubsoft@aol.com)
Date: 02/05/00


Okay I added the lives system which i am very greatful for...but now i'm
getting the following error. I tried to fix it but i couldnt.

fight.c(502) : error C2064: term does not evaluate to a function

here is the line i was given
if (GET_LEVEL(ch) < LVL_IMMORT && !--GET_LIVES(ch))
  SET_BIT(PLR_FLAGS(d->character), PLR_DELETED);

I changed it to this but it still didnt work
if (GET_LEVEL(ch) < LVL_IMMORT && GET_LIVES(ch) < 1)
  SET_BIT(PLR_FLAGS(ch), PLR_DELETED));


     +------------------------------------------------------------+
     | 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