summaryrefslogtreecommitdiff
path: root/far/nodes/(30841,16,1858).lua
blob: 7028e19435495a53d514c783cc29531a57f4b42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

if event.type == "punch" and event.name == "erstazi" 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
elseif event.type == "punch" and event.name ~= "erstazi" then
  digiline_send("security", "FARCOM SECURITY\nBLAME: " .. event.name .. "")
  return
end