the ashita.timer.once(...) function was not working properly
instances of 'os.timer' where it should have been 'os.time' were replace, line77 f.Args was altered to t.Args, and line 220 ashita.timer.timersonce[name] was altered to ashita.timer.timersonce[k]
i attached(or so i thought) my revised timer.lua lib (i also posted it on the dev channel)
the ashita.timer.once(...) function was not working properly
instances of 'os.timer' where it should have been 'os.time' were replace, line77 f.Args was altered to t.Args, and line 220 ashita.timer.timersonce[name] was altered to ashita.timer.timersonce[k]
i attached(or so i thought) my revised timer.lua lib (i also posted it on the dev channel)
the ashita.timer.once(...) function was not working properly
instances of 'os.timer' where it should have been 'os.time' were replace, line77 f.Args was altered to t.Args, and line 220 ashita.timer.timersonce[name] was altered to ashita.timer.timersonce[k]
i attached(or so i thought) my revised timer.lua lib (i also posted it on the dev channel)
Should be fixed now, thanks for the report. :)