Thread: Multi Keys
View Single Post
  #5  
Old 03-23-2003, 07:48 PM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
NPC Code:

timeout = .05;
if (timeout) {
this.key = -1;
if (keydown2(17,true))
this.key += 2;
if( keydown2(keycode(d),true))
this.key += 2;
if (this.key % 3 == 0)
say2 You pressed "ctl+d" good for you!;
timeout = .05;
}

__________________
new account: Trevor
Reply With Quote