Originally posted by ODLeslie
Oh I see, Cheers mate.
Thread can be closed admin.
Originally posted by GentleSlugger
Yes there are limits but only in GSC Studio. JWM GSC Studio has limits but its most likely that you will never get to them and stuff like that. Hope I helped.
That is absolutely incorrect. Menus do very much so have limits. There are two possible limitations:
1: Canonical string limits
-When ever you use a string, the string must be saved somewhere in memory to be used. The system keeps a string table at the bottom of the system memory, and when the limits of the table are exceeded, you can no longer play the game. This is the reason loz and i stopped development on zombies, and why menus cannot expand past certain sizes.
2: Script variable limits:
-Whenever a new variable is utilized in a script, memory has to be allocated for the variable to be referenced. When too many allocations are made, there is no longer memory to allocate such variables and the script must be terminated. This is the error you are speaking of.