
07-21-2001, 05:50 PM
|
|
Somewhat rusty
|
 |
Join Date: Mar 2001
Posts: 5,059
|
|
|
for (i=0; i<4; i++) {
if (keydown(i) {
setani walkslow,;
break;
} else
setani idle,;
}
I dunno if that would work, but it should.
*is pretty sure there is a very obvious mistake in there* |
|
|
|