Re: Bitvectors

From: Mike Breuer (mbreuer@new.rr.com)
Date: 01/03/02


----- Original Message -----
From: "David Cole" <tiznor@HOTMAIL.COM>
> now when you go invis, c 'invis' self and then type vis to go vis, it says
> you are already visible...

void perform_immort_vis(struct char_data *ch)
{
  if (GET_INVIS_LEV(ch) == 0 && !AFF_FLAGGED(ch, AFF_HIDE | AFF_INVISIBLE))
{
    send_to_char("You are already fully visible.\r\n", ch);
    return;
  }

Did you remember to modify AFF_FLAGGED so that it understands your new
bitvector scheme?

Mike

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT