12-10-2008, 09:58 PM
I was wondering is it possible somehow to use syntax like:
wait 10.0 || K a
To wait 10 min or to go further if key "a" is pressed... It would be more then helpful to me, I used to do something like:
wait 60.0 k F12
if(key(VK_F12)) goto g1
wait 300.0
;g1
Thx in advance...
wait 10.0 || K a
To wait 10 min or to go further if key "a" is pressed... It would be more then helpful to me, I used to do something like:
wait 60.0 k F12
if(key(VK_F12)) goto g1
wait 300.0
;g1
Thx in advance...
