(no subject)

From: ;P (siv@CYBERENET.NET)
Date: 11/16/97


> >  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.

ummm...no...this check is making sure that you aren't advancing someone
to a level that is higher than your level...which is very logical..

siv


     +------------------------------------------------------------+
     | 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