From 5c7f77725394d47ce0b907aabf885ea207a507bd Mon Sep 17 00:00:00 2001 From: autocommitter Date: Tue, 15 Oct 2024 22:37:32 +0200 Subject: State at 2024-10-15 --- far/nodes/(30837,16,1858).lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 far/nodes/(30837,16,1858).lua (limited to 'far/nodes/(30837,16,1858).lua') diff --git a/far/nodes/(30837,16,1858).lua b/far/nodes/(30837,16,1858).lua new file mode 100644 index 0000000..98fcbad --- /dev/null +++ b/far/nodes/(30837,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 -- cgit v1.2.3