summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(2010,3,5938).lua
blob: 4716a6480433a53bb09b0ec33a5973b502165fe2 (plain)
1
2
3
4
5
6
7
do return end
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