Queue macro actions

  • Thread starter Deleted member 8206
  • Start date
D

Deleted member 8206

Guest
Let my macro invoked n times for 10 seconds. I'm a trying a to make a macro which waits until previously invoked actions are completed. But may be my macro logic is wrong help me. Here is the example macro below-Screenshot_2022-08-08-05-21-00-16.jpg
 

JA-Translator

Moderator
If you like to repeat an action "n times for 10 seconds", use a LOOP action.

Does it make sense?
Is this what you are looking for?
If I am misunderstanding your question, sorry and ignore my message.
 

JA-Translator

Moderator
And,
instead of Wait Action,
you set s variable to TRUE on a macro completion. Then, The Variable Trigger (watching the value change) start to run another macro.
 
Top