[ZEDIT] [OLC+] [DOORS] BUG

From: Pat O'Laughlin (polaughlin@STARIX.NET)
Date: 08/24/98


    I have a prob on my MUD.  We have OLC+ 2.0.  When trying to make a
door, it gets to Exit North, etc. and then when you select the exit, you
get thrown out of olc and the error: [ SYSERR: OLC: zedit_disp_arg3():
Help! ]

    I dont see anything wrong with the code...:

    break;
  case 'D':
    while (*dirs[i] != '\n') {
      sprintf(buf, "%d) Exit %s.\r\n", i, dirs[i]);
      send_to_char(buf, d->character);
      i++;
    }
    send_to_char("Enter exit number for door : ", d->character);
    break;
  case 'R':
    .
    .
    .
  default:
    cleanup_olc(d, CLEANUP_ALL);
    mudlog("SYSERR: OLC: zedit_disp_arg2(): Help!", BRF, LVL_BUILDER,
TRUE);
    send_to_char("Oops...\r\n", d->character);
    return;
  }
  OLC_MODE(d) = ZEDIT_ARG2;
}

Anyone else have this problem? And is there a fix for it?


Pat


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