Re: Consent Command

From: Deidril (F.Manisse@cryo-networks.fr)
Date: 04/10/02


I wrote dumbly :)

> Try 'ch->consenter = vict' rather.

Should be :


else {
    vict->consenter = ch;

    /* i add the victim to the list */
    f = new struct consent_type ;
    f->next = ch->consented ;
    f->consented = vict ;
    ch->consented = f ;

    act("You give your consent too: $N.", FALSE, ch, 0, vict, TO_CHAR);
    act("$n has given you $s consent.", FALSE, ch, 0, vict, TO_VICT);
  }

FreD.

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