Quote:
|
Originally Posted by xXziroXx
No, that will make it loop to 3, use '<' instead of '<='.
|
Wrong.
PHP Code:
for ( i = 0; i < 2; i ++)
Will make i = 0 and i = 1.
Would add i = 2 also.
Quote:
|
Originally Posted by Tolnaftate2004
The error in RC should give you a line at which the script is exceeding the limit.
Give us that block of code.
|
Quote:
|
Originally Posted by GraalScript
Loop limit exceeded in script of bomyisland_bomy_idle (in level kontest.nw at pos (6, 39))
|
That's all it says.
Maybe Stefan or a GST that knows what's wrong can take a look? GServer: dev (Graal2001 Dev), Class: con_bomypet & con_bomycontrol.
It only happens in combination with a gui popup ctrl, not with getting text from gui text ctrl.