It crashes too right?petri wrote:Repeat/until works fine unless of course you make an infinite loop. You can make infinitely loops with while too:
-- this gets stuck in infinite loop
while true do
print("har de har")
end
If you plan on another editor update, I have a usability suggestion:
Please consider placing another tool button at the top. I find that while debugging a level, I am constantly re-assigning the starting point (again and again) as I switch back and forth from floor to floor. Having a button that (when pressed) selects the 'Starting Location' as the current placeable object would be of real convenience to most modders I think. This one object is a special case IMO.