Quote:
Originally posted by btedji
NPC Code:
if (keydown(0)&& this.fruit<=5) {
this.fruit++;
}
if (keydown(2) && this.fruit>=0) {
this.fruit--;
}
i think this would work too
|
You obviously didn't read my post.
That script would just allow you to hold down the key, and that is exactly what i don't want.