maya
New Member
Posts: 8
|
Post by maya on May 31, 2021 2:33:50 GMT
I was wondering whether there is a a function similar to wait_for_key that I can put under tasklist? The reason for this is that there are certain instructions that require looping upon errors so I need to put them under tasklist instead of block, but the instructions also require pressing Enter to proceed. I do not want to put Enter as one of the keys because the status of Enter does not need to be recorded. Any help would be much appreciated!
|
|
|
Post by PsyToolkit on Jun 10, 2021 9:00:36 GMT
Of course, just put the wait_for_key underneath your tasklist-end.
You can use any key, for example wait for key: wait_for_key q
|
|