Dave Wrote: >I have, In my spare time been working on a consent command. The theory >behind this is that a play can give their consent to another player, ... > act("You stop consenting: $N.", FALSE, ch, 0, vict, TO_CHAR); > } else { > vict->consenter = ch; > 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); > } >} Try 'ch->consenter = vict' rather. 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