I am at a loss on how to handle this. I want a little snippet of code that could detect if a key is held down during the code execution.
So for example if you are holding shift while the code runs it would return true or false based on this.
Thought?