summaryrefslogtreecommitdiff
path: root/ers
diff options
context:
space:
mode:
Diffstat (limited to 'ers')
-rw-r--r--ers/nodes/(1700,2,1294).lua4
-rw-r--r--ers/nodes/(2001,2,1743).lua14
2 files changed, 18 insertions, 0 deletions
diff --git a/ers/nodes/(1700,2,1294).lua b/ers/nodes/(1700,2,1294).lua
new file mode 100644
index 0000000..ee3b7b4
--- /dev/null
+++ b/ers/nodes/(1700,2,1294).lua
@@ -0,0 +1,4 @@
+-- luaatctrack_yard_check_01.lua
+-- POS(1700,2,1294)
+
+F.yard_siding("ers_main", "SIDING02", "start") \ No newline at end of file
diff --git a/ers/nodes/(2001,2,1743).lua b/ers/nodes/(2001,2,1743).lua
new file mode 100644
index 0000000..8e797a9
--- /dev/null
+++ b/ers/nodes/(2001,2,1743).lua
@@ -0,0 +1,14 @@
+-- luaatctrack_docking_ferry_01.lua
+local show_print = false
+local do_something = false
+if event.train then
+ atc_set_text_outside(nil)
+ atc_set_text_inside(nil)
+ if atc_arrow then
+ -- atc_send("B0 W R OL A1")
+ atc_send("B0 W R OR A1")
+ else
+ do_something = false
+ end
+ return
+end \ No newline at end of file