summaryrefslogtreecommitdiff
path: root/durt/nodes/(1907,9,9129).lua
blob: e4e4500d3d18850591df6d9f6ab65d6c37cf005f (plain)
1
2
3
local yard_id = "WOA"
if event.schedule then
	local now = rwt.now()
	local last = S.yards[yard_id].last_pass1
	local dtime = rwt.diff(last,now)
	local rtt = rwt.diff(S.yards[yard_id].last_pass2,last)
	digiline_send("lcd",string.format("Now:       %s |Last Pass: %s |ID: %s  Delta: %s |TBT: %s ",rwt.to_string(now),rwt.to_string(last),S.yards.WOA.last_id,rwt.to_string(dtime),rwt.to_string(rtt)))
	schedule(rwt.next_rpt(rwt.now(), "0;05", 0))
end

if event.punch then
 schedule(rwt.next_rpt(rwt.now(), "0;05", 0))
 if S.WOA_stats == true then S.WOA_stats = false end
end