summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(2010,3,5938).lua
blob: 99bcc3715ffca66b9880a81f84a143dd264efcc1 (plain)
1
2
3
4
5
6
if event.type == "punch" then
  for i = 1, 4, 1 do
    cancel_route("mary4-testsignal-"..tostring(i))
  end
  digiline_send("lcd", tostring(os.time()).."\nRoutes canceled")
end