9033Runtime error: Proc stack overflow

There are too many nested calls to ProcScript modules.

Explanation

This situation can occur when a ProcScript entry or operation is called recursively many times. Each call adds a level to the ProcScript call stack.

The maximum number of levels depends on the type of ProcScript module.