[solved] Re-running a sequence using inline script
Suppose that there is a performance index calculated inside a sequence. Once the sequence is completed, is there a way to rerun the sequence if the performance index is less than some number? This behavior should keep happening and the sequence will be replayed as many times as needed (till performance is exceeded). Is there a functional equivalent of goto a previous spot in the execution sequence?
Comments
Figured this out. Run a while loop outside the loop running the trials. Main trickiness is used global variables as performance index. Understanding scope was a bit tricky.
Thanks for letting us know that you figured it out. I'm marking this one as solved.
Check out SigmundAI.eu for our OpenSesame AI assistant!
Other two are related and also can be considered as solved.