I need some serious help

I need some help. My code is saying there is an infinite loop, but there isn’t.

2 Likes

I’m guessing there probably is - but leave a link to your game so we can see for sure.

4 Likes

It’s this one I believe https://flowlab.io/game/play/1668426, let me know if I am right @hihilogic.

From what I can tell it’s because you are getting the global “T” and then setting the global “T” within the same timeframe. Don’t ask me how that’s a loop, but delete either global block, and it no longer has the infinite loop message.