Thread: -is there?
View Single Post
  #8  
Old 10-14-2003, 01:30 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by wonderboysp2p


yea thats what i ended up using.. i was just wondering whether or not graal had some way of saying "oh look a key was pressed! and wowzers! its an arrow key!"
NPC Code:

if (created||timeout){
for (i=0;i<4;i++){
if (keydown(i)){
message oh look a key was pressed! and wowzers! its an arrow key!;
}
}
timeout=.05;
}


__________________

Reply With Quote