uOn Sun, 16 Nov 1997, Will Andrews wrote: > > } > > if (newlevel > GET_LEVEL(ch)) { > > send_to_char("Yeah, right.\r\n", ch); > > return; > > } > Umm.. I think it should be: > > } > if (newlevel < GET_LEVEL(ch)) { > ... > } > > It's logic: if newlevel is greater than GET_LEVEL(ch), then > what this part of the function does would be illogical. > What are you talking about dude? This makes it so you can't advance people to a level greater than yours. /-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+-=-=-=-=-=X=-=-=-=-=-=-=-=-=-=-=-\ | Brian M. Williams | 02/02/83 | bmw@efn.org | X=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=X | Boccob the Uncaring, Lord of All Magic | Nashak Stonehand | | accolademud.hermesnet.net 5000 | coyote.toon.org 6000 | \=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X-=-=-=-=-=-=-=-=-=-=-=/ +------------------------------------------------------------+ | 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/08/00 PST