-- do return end --if event.punch then schedule(1) end if event.schedule then local t = rwt.now() for k,v in pairs(t) do if v < 10 then t[k] = "0"..v end end time = string.format("Warmoneaye | | Railway Time | %s;%s",tostring(t.m),tostring(t.s)) digiline_send("clock",time) schedule(1) end