[mapscripting] Question about: G_MAX_SCRIPT_STACK_ITEMS

Discussion for any ET/ETPro/BayonET bugs or cheats you find...

Moderators: Forum moderators, developers

Post Reply
nUllSkillZ
Posts: 62
Joined: Mon Dec 29, 2003 12:25 pm

[mapscripting] Question about: G_MAX_SCRIPT_STACK_ITEMS

Post by nUllSkillZ »

Hi,

after messing around with a mapscript I've got the following error message after starting etpro 3.2.5:

Code: Select all

ERROR: G_Script_ScriptParse, line 1408: script exceeded G_MAX_SCRIPT_STACK_ITEMS (196)
Just a question:
Is this an etpro related error message?
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Re: [mapscripting] Question about: G_MAX_SCRIPT_STACK_ITEMS

Post by ReyalP »

nUllSkillZ wrote:Hi,

after messing around with a mapscript I've got the following error message after starting etpro 3.2.5:

Code: Select all

ERROR: G_Script_ScriptParse, line 1408: script exceeded G_MAX_SCRIPT_STACK_ITEMS (196)
Just a question:
Is this an etpro related error message?
No, it just means you have too many routines in a single script.

See also
http://www.splashdamage.com/index.php?n ... pic&t=8110
send lawyers, guns and money
nUllSkillZ
Posts: 62
Joined: Mon Dec 29, 2003 12:25 pm

Post by nUllSkillZ »

Thnx for the info.
Post Reply