From 5c46c76676e5c8b49e22ee0e62827f9c67a714aa Mon Sep 17 00:00:00 2001
From: autocommitter <autocommitter@linux-forks.de>
Date: Mon, 22 Apr 2024 14:56:22 +0200
Subject: State at 2022-03-02

---
 durt/nodes/(-2044,21,869).lua | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 durt/nodes/(-2044,21,869).lua

(limited to 'durt')

diff --git a/durt/nodes/(-2044,21,869).lua b/durt/nodes/(-2044,21,869).lua
new file mode 100644
index 0000000..8219fbc
--- /dev/null
+++ b/durt/nodes/(-2044,21,869).lua
@@ -0,0 +1,17 @@
+if event.train and atc_arrow then
+	local rc = get_rc() or ""
+	if rc:match("ARC_Station_Reverse") then
+		schedule_in(";01",atc_id)
+		return
+	end
+end
+
+if event.schedule then
+	if event.msg == atc_id then
+		schedule_in(";01",event.msg)
+		return
+	else
+		atc_send_to_train(event.msg,"B0WRS3")
+		return
+	end
+end
\ No newline at end of file
-- 
cgit v1.2.3