Paralell Delayed Macros/Events

You can’t use delays in loops :slight_smile:

It’s because the moment the system sees this

( the latency indicator ), it immediately goes to the next index in the loop.

If you really want a loop with a delay in, you have two options

  1. Make a copy of the loop macro ( this one, you can double click it to see inside, don’t edit the engine version )

and edit it.

  1. Do something like this