Page 1 of 1

[Macro Buttons] Add a pause/wait for the code

Posted: Tue Apr 16, 2019 1:16 am
by W01Fi3
Hi, I want have a button in which I press it, it does some stuff, waits 1 second for example, then does more stuff.

Is this possible?

Re: [Macro Buttons] Add a pause/wait for the code

Posted: Tue Apr 16, 2019 8:43 am
by Vincent Burel
we already got this request, but we do not plan to do it for the moment.

Re: [Macro Buttons] Add a pause/wait for the code

Posted: Tue Apr 13, 2021 3:30 pm
by Vincent Burel
now it's implemented as Wait(ms) instruction.

example:
Wait(1000); to wait 1 second before executing next instruction...