Thread: Multi Keys
View Single Post
  #6  
Old 03-23-2003, 07:52 PM
Ethic_Sern Ethic_Sern is offline
Banned
Join Date: Aug 2002
Location: NewYork,NY
Posts: 97
Ethic_Sern is on a distinguished road
Send a message via AIM to Ethic_Sern
Quote:
Originally posted by osrs
I don't know what you mean with 'multi keys',is that like press ctrl+d?so...

NPC Code:

timeout=0.05;
if(keydown2(17,true)){
if(keydown2(keycode(d),true)){
say2 You pressed:ctrl+d;
}
}

thats what i was doing wrong for if(keydown2(17,true)){ i was useing keycodes
Reply With Quote