summaryrefslogtreecommitdiff
path: root/far/nodes/(30839,16,1858).lua
blob: 4007a2a19bf9e52e1ac8a876988cb2c229078311 (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