diff options
Diffstat (limited to 'durt/nodes/(1928,8,9112).lua')
-rw-r--r-- | durt/nodes/(1928,8,9112).lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/durt/nodes/(1928,8,9112).lua b/durt/nodes/(1928,8,9112).lua new file mode 100644 index 0000000..82f90cc --- /dev/null +++ b/durt/nodes/(1928,8,9112).lua @@ -0,0 +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
\ No newline at end of file |