summaryrefslogtreecommitdiff
path: root/ers
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:38 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:38 +0200
commita895a35e01e3c61a913ef89249ada49b5eb3ce04 (patch)
tree77ba6514f48ccc82a72e4caa2a748afe09bceb03 /ers
parent4732649c22eeff429bec2284ed6225290a81b3bb (diff)
downloadluaatc_envs-a895a35e01e3c61a913ef89249ada49b5eb3ce04.tar.gz
luaatc_envs-a895a35e01e3c61a913ef89249ada49b5eb3ce04.tar.bz2
luaatc_envs-a895a35e01e3c61a913ef89249ada49b5eb3ce04.zip
State at 2023-04-20
Diffstat (limited to 'ers')
-rw-r--r--ers/nodes/(2008,2,1759).lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/ers/nodes/(2008,2,1759).lua b/ers/nodes/(2008,2,1759).lua
new file mode 100644
index 0000000..af6446c
--- /dev/null
+++ b/ers/nodes/(2008,2,1759).lua
@@ -0,0 +1,13 @@
+-- luaatctrack_docking_ferry_leaving_dock.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("OC A1 S5")
+ else
+ atc_send("OC A0 B3")
+ end
+ return
+end \ No newline at end of file