Quote:
Originally posted by osrs
NPC Code:
if(playerenters || timeout){
for(i=0;i<4;i++){
if(keydown(i)){
message #v(i);
}
}
timeout = 0.05;
}
Hope this help.
|
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!"