Re: [NEWBIE] [CODE] Problem..

From: Jim (realm@citlink.net)
Date: 01/05/03


This is what I currently have in equip_char:
if (invalid_align(ch, obj) || invalid_class(ch, obj)) {
    act("You are zapped by $p and instantly let go of it.", FALSE, ch,
obj, 0, $
    act("$n is zapped by $p and instantly lets go of it.", FALSE, ch,
obj, 0, T$
    /* Changed to drop in inventory instead of the ground. */
    obj_to_char(obj, ch);
    return;
apparently I dont have an invalid_race, I just followed the
walkthru.....

--
   +---------------------------------------------------------------+
   | 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/26/03 PDT