Page 1 of 1

Script Editor Bug

PostPosted: Wed Jun 16, 2004 11:09 am
by ingsan
Maxslane,
There seems to be a bug in Script Editor's lines. I cannot go further than 30 lines of code. RETURN key won't make the screen move down so that I can continue writing my code :( I can send you the GED if you want ...

PostPosted: Wed Jun 16, 2004 11:17 am
by ingsan
Now it works :? I found out that it went good when I removed the blank line I usually put between each line of code, ie :

if (expression) Statement;
<------- Blank space where I write nothing
else if (expression) Statement;

Bizarre ... :?