summaryrefslogtreecommitdiff
path: root/far/nodes/(30834,16,1863).lua
diff options
context:
space:
mode:
Diffstat (limited to 'far/nodes/(30834,16,1863).lua')
-rw-r--r--far/nodes/(30834,16,1863).lua33
1 files changed, 0 insertions, 33 deletions
diff --git a/far/nodes/(30834,16,1863).lua b/far/nodes/(30834,16,1863).lua
deleted file mode 100644
index f19117f..0000000
--- a/far/nodes/(30834,16,1863).lua
+++ /dev/null
@@ -1,33 +0,0 @@
--- far_luaatctrack_farcom_op_01.lua
-
-
-if event.type == "punch" then
--- F.delete_train_info("298909")
- S.stop_display = true
-
- F.send_update_displays()
-
- if S.stop_display then
- date = F.date_formatted()
- time = F.time_formatted()
- digiline_send("time", " FAR COM\n\n " .. date .. "\n " .. time)
- F.list_trains(true)
- else
- local pos = POS(30848,15,1852)
- interrupt_pos(pos, "display")
- end
-
- return
-end
-
-if event.type == "digiline" then
- if event.channel == "display" then
- if event.msg == "update" then
- date = F.date_formatted()
- time = F.time_formatted()
- digiline_send("time", " FAR COM\n\n " .. date .. "\n " .. time)
- F.list_trains(false)
- end
- end
- return
-end