Engineer, on 20 July 2013 - 04:43 AM, said:
Tjakka5, on 20 July 2013 - 01:50 AM, said:
If you are still having problems with the java out of boundrys thing, here is a simple solution...
Instead of:
while true do
--Gym Code
end
do
for i = 1, 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
--Gym Code
end
You know that that error isnt created by the loop? Learn to code, seriously.
It is probably some sort of recursion.
Yeah you are right, It's because of recursion..
But I'm too lazy to fix it and I haven't worked on this program for a long time and made this when I was a total noob :/
But I'm thinking of remaking this with OOP and making it ALOT shorter
Idk but this is something at 8000+ lines :/
But anyway.. I'm going to try todo a remake of this with better GUI and functionality.
But I have to finish some other projects first