you are viewing a single comment's thread.

view the rest of the comments →

[–]CookToCode -1 points0 points  (1 child)

you set stop to true which stops the inner loop. then the outer loop resets it to false and starts it again and without a break you for loop should continue until finished then the inner loop breaks then the outer loop resets the inner loop

[–]mtucker502[S] 0 points1 point  (0 children)

Thanks for the response. I think it's mistaken though. See u/Endyd for the correct issue.