summaryrefslogtreecommitdiff
path: root/ers
diff options
context:
space:
mode:
Diffstat (limited to 'ers')
-rw-r--r--ers/nodes/(1634,4,1331).lua12
-rw-r--r--ers/nodes/(1656,2,1291).lua4
-rw-r--r--ers/nodes/(2008,2,1743).lua14
3 files changed, 30 insertions, 0 deletions
diff --git a/ers/nodes/(1634,4,1331).lua b/ers/nodes/(1634,4,1331).lua
new file mode 100644
index 0000000..4693f57
--- /dev/null
+++ b/ers/nodes/(1634,4,1331).lua
@@ -0,0 +1,12 @@
+-- luaatctrack_spot_check_01.lua
+-- POS(1634,4,1331)
+
+local show_print = false
+if event.train then
+ if atc_arrow then
+ F.save_train()
+ else
+ F.save_train()
+ end
+ return
+end \ No newline at end of file
diff --git a/ers/nodes/(1656,2,1291).lua b/ers/nodes/(1656,2,1291).lua
new file mode 100644
index 0000000..28d54b2
--- /dev/null
+++ b/ers/nodes/(1656,2,1291).lua
@@ -0,0 +1,4 @@
+-- luaatctrack_yard_check_01.lua
+-- POS(1656,2,1291)
+
+F.yard_siding("ers_main", "SIDING03", "end") \ No newline at end of file
diff --git a/ers/nodes/(2008,2,1743).lua b/ers/nodes/(2008,2,1743).lua
new file mode 100644
index 0000000..ca383df
--- /dev/null
+++ b/ers/nodes/(2008,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