summaryrefslogtreecommitdiff
path: root/far/nodes/(30828,16,1858).lua
blob: 2f245befec4ed727d020b8e9d7286684d9ea44d5 (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("240661")

--  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