Delay
Pause before the next action.
- Where
- + Add actionGeneralDelay

Delay pauses the macro before the next action. Use it to time things: switch the scene, wait a moment, then play the sound.
Settings
Section titled “Settings”| Setting | What it does |
|---|---|
| Milliseconds | How long to wait. 1000 is one second. Whole numbers only. |
How it runs
Section titled “How it runs”- A delay always holds up the actions after it.
- Actions before it with Wait off keep running during the delay. In the screenshot, with Wait on for the drum roll, the applause comes 1.5 seconds after the drum roll ends. With Wait off, it comes 1.5 seconds after the drum roll starts.
- Stopping the macro ends the delay at once; the actions after it do not run.
Related
Section titled “Related”- Action lists — how Wait works
- Repeat while held — a delay sets the pace of a repeating button