On Monday, May 12, 2003, at 11:17 AM, Carlton Colter wrote:
> I found where to modify the object specific limits in oedit.c, but the
> problem I have is that if you are an implementor, I want you to be
> able to
> violate my limits... so where the code below woul limit the +hit to 5,
> I
> would like LVL_IMPL to be able to break that limit... if anyone has
> any
> ideas I would greatly appreciate it... all of this is in the procedure
> oedit_parse.
>
> Thanx - Carlton
> if (number>5)
could be
if (number > 5 && GET_LEVEL(ch) < LVL_IMPL)
Frank
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/26/03 PDT