loop_function does not work #2999
-
I cannot get the loop_function to work, even though I think I am using the exact solution offered here I am trying to loop through the same procedure for a given time period. I got rid of the irrelevant stuff to make the code simple. I hope I am providing enough info. I tried to print a message on the console within the loop function but I do not see it. I guess it is not going into the loop function for some reason. Thank you for any guidance you can provide.
Below is the procedure I want to loop through. Everything works fine, except that it does not stop when the time is up.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @melisa-akan, Is the |
Beta Was this translation helpful? Give feedback.
Hi @melisa-akan,
Is the
mentalrot_procedure
running as you expect? What happens when you get to the spot where it would loop? Does it just continue to the next part of the timeline?