summaryrefslogtreecommitdiff
path: root/far/nodes/(30828,16,1858).lua
blob: 9afe08f6842f0d3c811bb2da94bc8acf10c026e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

if event.type == "punch" then
--  F.delete_train_info("547028")

--  F.slow_train_down("010765")
--  F.slow_train_down("164132")
--  F.slow_train_down("264353")
--  F.slow_train_down("403053")
--  F.slow_train_down("428934")
--  F.slow_train_down("783543")

  digiline_send("notices", "LP: " .. event.name .. "")
  F.clear_main_depot_displays()
  F.print("Cleared displays at FARCOM")
  return
end