Quote:
Originally posted by Solareon
timeout 0.05;
if (timeout) {
if (keydown(0)) {
script here
}
}
you can put more keydowns in the timeout if
|
Well, I knew that, but what I really want to know is what the keydown all the letters are. I know that (keydown(4)) is d, but I don't know the rest.