Grim Determination stuck and won't load

Was working on Grim Determination in Cloudrip and the level became stuck and will not load anymore. Usually under this circumstance, a notification of an infinite loop pops up and can comment out my code, but now the level is inaccessible. Any help on this?

Did you butcher up your code by making too many function calls? :expressionless:

In any case, try loading the level in a different language (ie Python if using JavaScript, JavaScript if using Python), either comment out or copy your code, and switch back to your original language.

And before you run the code, make sure to fix whatever might be causing the level to hang up.

1 Like

Thanks, switching up languages is a workaround for getting levels unstuck! And of course it wasn’t my code… :scream: