NPC Code: if (playerenters) { timeout=0.05; } if (timeout) { if(keydown(0)&&this.item>1){ this.item--; } timeout=0.05; }
if (playerenters) { timeout=0.05; } if (timeout) { if(keydown(0)&&this.item>1){ this.item--; } timeout=0.05; }