summaryrefslogtreecommitdiff
path: root/far/nodes/(30841,16,1858).lua
diff options
context:
space:
mode:
Diffstat (limited to 'far/nodes/(30841,16,1858).lua')
-rw-r--r--far/nodes/(30841,16,1858).lua20
1 files changed, 20 insertions, 0 deletions
diff --git a/far/nodes/(30841,16,1858).lua b/far/nodes/(30841,16,1858).lua
new file mode 100644
index 0000000..7028e19
--- /dev/null
+++ b/far/nodes/(30841,16,1858).lua
@@ -0,0 +1,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 \ No newline at end of file