diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-10-15 22:37:32 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-10-15 22:37:32 +0200 |
commit | 5c7f77725394d47ce0b907aabf885ea207a507bd (patch) | |
tree | a1ff9c67ef8f225a259e4c6f4c163a45c58bb870 /ers | |
parent | b435d1b1b26db6f7c4f3eb589ecf1ed3bb79b57e (diff) | |
download | luaatc_envs-5c7f77725394d47ce0b907aabf885ea207a507bd.tar.gz luaatc_envs-5c7f77725394d47ce0b907aabf885ea207a507bd.tar.bz2 luaatc_envs-5c7f77725394d47ce0b907aabf885ea207a507bd.zip |
State at 2024-10-15
Diffstat (limited to 'ers')
-rw-r--r-- | ers/nodes/(1634,4,1331).lua | 12 | ||||
-rw-r--r-- | ers/nodes/(1656,2,1291).lua | 4 | ||||
-rw-r--r-- | ers/nodes/(2008,2,1743).lua | 14 |
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 |