Thread: keydown?
View Single Post
  #5  
Old 02-21-2005, 05:28 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Aethorpe
I am talking about using any key from the keyboard, not just default commands, like A,S,D,Q,M,Tab, etc.
Then this thread should be named 'keydown2?'

PHP Code:
if(keypressed) {
  
setplayerprop #c,#p(0) pressed.;

or if you want ones that don't work with keypressed,

PHP Code:
if(timeout) {
  for(
i=0;i<255;i++) {
    if(
keydown2(ifalse)) {
      
setplayerprop #c,#v(i) pressed.;
    
}
  }

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote