Closed HanryuDR closed 7 years ago
Just tested this is what's causing it
debuglevel 5 end: if contains("$roomobjs", "pile") then { put kick pile goto end } exit
The issue appears to create an infinite loop. The app isn't getting a chance to update the roomobjs
before it tries to run the end
loop again. I would just put a pause or a waitfor in there, should fix it.
Going to close this now with the infinite loop detection I added.