summaryrefslogtreecommitdiff
path: root/Hyard/nodes/(-2604,12,-1721).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Hyard/nodes/(-2604,12,-1721).lua')
-rw-r--r--Hyard/nodes/(-2604,12,-1721).lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/Hyard/nodes/(-2604,12,-1721).lua b/Hyard/nodes/(-2604,12,-1721).lua
new file mode 100644
index 0000000..1d2aaa9
--- /dev/null
+++ b/Hyard/nodes/(-2604,12,-1721).lua
@@ -0,0 +1,17 @@
+local dir = 2
+local lane = 1
+if S.dir == dir then
+if atc_arrow and not S.exiting then
+split_off_locomotive("B0")
+set_rc("PICKUP")
+set_route("HYE"..lane, "HEADSHUNT")
+end
+
+if atc_arrow and S.exiting then
+set_rc("EXIT")
+ set_route("HYE"..lane, "EXIT")
+S.exiting = false
+end
+elseif atc_arrow then
+atc_send("B0WD1RS4")
+end \ No newline at end of file