summaryrefslogtreecommitdiff
path: root/ers/nodes/(2001,2,1759).lua
diff options
context:
space:
mode:
Diffstat (limited to 'ers/nodes/(2001,2,1759).lua')
-rw-r--r--ers/nodes/(2001,2,1759).lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/ers/nodes/(2001,2,1759).lua b/ers/nodes/(2001,2,1759).lua
new file mode 100644
index 0000000..af6446c
--- /dev/null
+++ b/ers/nodes/(2001,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