Page 1 of 1
grinding to a halt
Posted: Thu Apr 15, 2004 9:26 pm
by returnfire
On both my computers the last couple of updates when I run GENBOT the system grinds to a halt and the framerate goes to hell.
Is there something I am supposed to be setting and is related to the incoming major overhaul of MQ2 data structures?
Posted: Thu Apr 15, 2004 9:33 pm
by ml2517
A: Place to line below at each of the main loop areas:
/call Delay 1
If you are doing it in other macros that don't advpath.inc in them use:
/delay 1
If that doesn't work well enough
B: lower the #delay value.
One thing I've noticed in my scripts after I've updated them is that they run like a bat out of hell in their loops and eat up the CPU.
Posted: Thu Apr 15, 2004 11:14 pm
by Lax
turbo 500 will do that to you
Posted: Thu Apr 15, 2004 11:22 pm
by ml2517
err yeah I typed #delay value, I meant #turbo value