Thread: Keydown?
View Single Post
  #24  
Old 08-08-2004, 01:14 AM
omegaslayer omegaslayer is offline
tKeR
Join Date: May 2004
Posts: 6
omegaslayer is on a distinguished road
This might work?

if (keypressed&&keydown2(keycode(Q),)) {
say2 example;
}
Reply With Quote