0 Members and 2 Guests are viewing this topic.
heres what i use, a 3 stage loopthis will exit after the timeout number is reached#main_timeloop = 0_timeout = 4#mainloop_timeloop = _timeloop + 1? _timeloop > _timeout : Goto "exit"goto "mainloop"#exit