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.
