[solved] Endless/Infinite loop
I was wondering if there is any way to create an endless loop, so the only way it stops repeating is if I break out of it on purpose?
I mean I could just set the number of cycles or repeats to a million and get the same effect but I was wondering if there was a better/neater way of doing this.
Thanks
Comments
Hi,
I wouldn't say that there's necessarily anything wrong with setting the number of repeats to a very high value, but alternatively you can add a
repeat_cycleplug-in to thesequencethat you want to repeat. This has a 'repeat if' statement, which you can set to 'always', thus implementing a never ending loop.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Ooh, hadn't considered plugins, I'll take a look at them.
Thanks.