Quote:
Originally posted by Jerom
It's not working =(
I checked it in the editor and it says for the part,
----
for (i=0; i<4; i++) {
if (keydown(i) {
setani walkslow,;
break;
} else
setani idle,;
}
----
"Error: Expected format: if (flag) command;"
<edited>
for (i=0; i<4; i++)) {
if (keydown(i) {
setani walkslow,;
break;
} else
setani idle,;
}
//he forgot the extra ) after the for part
|
I already pointed that out in the post above. Loriel even told me in a PM he forgot that when i told him it didn't work.