Re: Level 1 save

From: George (greerga@DRAGON.HAM.MUOHIO.EDU)
Date: 10/12/97


On Sun, 12 Oct 1997, Robert Sinland wrote:

>Just a notion, but has anyone added anything along the lines of what I
>believe stock Envy has to not allow level 1 chars to save?

ACMD(do_save)
{
  if (IS_NPC(ch) || !ch->desc)
    return;

to

ACMD(do_save)
{
  if (IS_NPC(ch) || !ch->desc || GET_LEVEL(ch) <= 1)
    return;

--
George Greer  -  Me@Null.net   | Genius may have its limitations, but stupidity
http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard


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