I can't get the keyboard event to work when certain parameters are met.
eg.
I have a timer that is set to 10 seconds. Then when the timer hits 10 seconds I have a keyboard sub event that lets you press Z however I can't get this to work.
This is the setup
+ - On Timer "timer1"
- On key Z released - Goto layout 1 <This is the sub-event of the timer
Shouldn't that setup check if the timer has been met and then if the "Z" key has been pressed?
Is this possible or is it just me missing something blindingly obvious?
Thanks