blob: 82f90cc14ffffc2dc5918af24da5d81dc52a44a2 (
plain)
1
|
-- 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
|