I was wondering if there was a way to loop a procedure. It works as intended but I need it to run multiple times.
I only need the if/then statement to run multiple times btw
I was wondering if there was a way to loop a procedure. It works as intended but I need it to run multiple times.
I only need the if/then statement to run multiple times btw
Use the for each number
block around your if
block
That will run the if statement 5 times with the same settings, is that what you want ?
Looking at it, it will only work once, on the first run, if stageClock = 0....
yes should work, I set the to-statement to 99 just so it would never run out
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.