On Sun, 25 Oct 1998, Christopher Avans wrote: Um I got happy with the braces one to many should be... else if (GET_LEVEL(ch) < GET_LEVEL(victim)) not else if ((GET_LEVEL(ch) < GET_LEVEL(victim)) Heh > A stock bug a lower level god can switch into a higher level god if he > is linkdead. After this line... > > else if ((GET_LEVEL(ch) < LVL_GRGOD) && !IS_NPC(victim)) > send_to_char("You aren't holy enough to use a mortal's body.\r\n", ch); > +else if ((GET_LEVEL(ch) < GET_LEVEL(victim)) > + send_to_char("You WISHED.\r\n",ch); > else { > send_to_char(OK, ch); > > The Hubis Group hubis.eushc.org:4000 www.cdc.net/~parka/ > Banyal > > > +------------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | > +------------------------------------------------------------+ > +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST