Like Richard said, make sure all the error conditions in program_flow
decrement call_level before returning.  This was a problem for us
years ago when we first patched in progs.

Another possibility is that you have progs that are triggering progs,
that are triggering progs, and so on... this is mainly what the call
level limit was put in to prevent.

You should probably do a little debugging to find out which progs are
hitting MAX_CALL and take a look at them.

--Palrich.

On Mon, 11 Oct 2004 11:38:42 -0700, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> We are using mob programs a great deal on my MUD and we are encountering the
> MAX_CALL a lot. I was wondering if there was anything that is just stopping me
> from increasing MAX_CALL from 5 to say 10?
> 
> I haven't don much with mob program code before and I have to go to class so I
> figured I'd send this before I left.
> 
> Thanks.
> 
> --
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom
>

Reply via email to