When a script is started and in a loop, how would I read a keyboard key press, such as ‘x’?
I’ve tried using IKeyPress (even with the ASCII #), but it doesn’t seem to work.
I’d like a specific action to occure when that key is pressed. I’ve tried embedding it within an IF statement, but that didn’t work either.
I’m pretty sure I don’t understand that command correctly.
Any help is always appreciated!