• Hey! Register here to create your account, engage with the community, and talk about what is new!

Repeat Function - Repeat when finished

CoderElias

Notorious member
Overlord
Joined
Jun 15, 2022
Messages
100
Reaction score
17
SO my idea is that you can select repeat when finished in the repeat menu so that if the code has finished it will run again but only if it finished. Example: play sounds. It plays the sounds and when it is done it repeats! Simple but helpful!
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,260
Reaction score
506
the repeat is already synced, so that means it will only run again once the code is finished but Play Sounds is async which means any code after it will not wait for it to finish before running
 
Top Bottom