
07-21-2001, 06:02 PM
|
|
Banned
|
 |
Join Date: Mar 2001
Location: In a Trash Can
Posts: 3,708
|
|
|
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 |
Last edited by Jerom; 07-21-2001 at 07:16 PM..
|
|
|