Thread: keydown 0
View Single Post
  #3  
Old 10-09-2001, 08:50 AM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Re: keydown 0

Quote:
Originally posted by btedji
why wont this work for me?

if(keydown(0)&&this.item>1){
this.item--;
}
Try this:
NPC Code:

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

__________________

-=Shard IceFire=-
Reply With Quote