View Single Post
  #1  
Old 01-09-2005, 02:43 PM
Aethorpe Aethorpe is offline
Their black hands protect
Aethorpe's Avatar
Join Date: Dec 2004
Location: Beyond infinite.
Posts: 265
Aethorpe is on a distinguished road
Send a message via AIM to Aethorpe Send a message via MSN to Aethorpe
if (keypressed) { ...

Ok, I know that this works 0-10 with up, left, down, right, S, A, D, M, tab, Q, P.

NPC Code:
if (keypressed) {
if (keydown(#)) {

}
}



However, I was wondering if there was a method that would detect keys other than those stated above, such as the numberpad, insert, home, end, delete, and other letters, etc. If anyone could volunteer their knowledge and experiences with this, I would appreciate it.
__________________
Reply With Quote