diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:58:28 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:58:28 +0200 |
commit | 4732649c22eeff429bec2284ed6225290a81b3bb (patch) | |
tree | d5ac7db4fb45ca5203f43b66e82313c6597d0a9d /ers | |
parent | 72b5cc792208fcc6fcfd103b909ce69bdef12c8b (diff) | |
download | luaatc_envs-4732649c22eeff429bec2284ed6225290a81b3bb.tar.gz luaatc_envs-4732649c22eeff429bec2284ed6225290a81b3bb.tar.bz2 luaatc_envs-4732649c22eeff429bec2284ed6225290a81b3bb.zip |
State at 2023-04-13
Diffstat (limited to 'ers')
-rw-r--r-- | ers/nodes/(1700,2,1294).lua | 4 | ||||
-rw-r--r-- | ers/nodes/(2001,2,1743).lua | 14 |
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 |