[Circle] Mob Memory -- I forgot something

From: Demetrius Harris (ldh1@Archive.MsState.Edu)
Date: 08/04/96


Shame the Imp of SliceMUD [Lotus.Cim.MsState.Edu 4000]

In act.wizard.c
  goto: /* Showing the bitvector */
  add: the following after 'send_to_char(buf, ch);' of bitvector

      /* Show player on mobs piss list */
      if (IS_NPC(k) && (MOB_FLAGGED(k, MOB_MEMORY))) {
        sprintf(buf, "Pissed List:\r\n");
        for (names = MEMORY(k); names && !found; names = names->next) {
          sprintf(buf2, "  %s\r\n", names->name);
          strcat(buf, buf2);
        }
        send_to_char(strcat(buf, "\r\n"), ch);
      } 
    
Sorry about that mail first code to fast..

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/07/00 PST