summaryrefslogtreecommitdiff
path: root/subway/nodes/(119,10,-26).lua
blob: 5136440b73d85f6fd1bfa4128c48e6ee4a62bc52 (plain)
1
2
3
4
5
6
7
8
9
if event.type == "ext_int" then
   digiline_send("orhb", event.message)
   return
end

if event.type == "punch" then

   return
end