How does a timer with gotoroom() work? I thought it was just use do() to loop, but it seems to make the time for executing each command extremely short. (No longer 30 times is about 1 s.) And the script will repeat again and again due to gotoroom() and I can't use a terminal for it too....
I even thought of use of flags or loadscript(stop), but they don't work....