Re: [CODE] dual wield problem

From: Karl Buchner (blaizeofshadow@juno.com)
Date: 04/17/01


On Mon, 16 Apr 2001 17:47:03 EDT Megan Sullivan
<UNdeRGrOUndPoOkA@aol.com> writes:
[..]if
> anyone has any ideas please let me know, thanks.


>         if (GET_EQ(ch, where)) {
>                 if (where == WEAR_WIELD)   {  <--add bracket here
>                        if (!GET_EQ(ch, WEAR_DWIELD) &&
>                            GET_SKILL(ch, SKILL_DUAL_WIELD))
>                                 where = WEAR_DWIELD;
>                         else {  <-- This else is to:  if (where ==
WEAR_WIELD), so
                                        you are saying that if its not
wear_wield, send them
                                        already wearing.  Add two notated
brackets to fix problem.
>                                 send_to_char(already_wearing[where],
ch);
>                                 return;
>                         }
                       }  <--And another here
>         }

________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/05/01 PST