summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3543,8,-2281).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(-3543,8,-2281).lua')
-rw-r--r--durt/nodes/(-3543,8,-2281).lua12
1 files changed, 11 insertions, 1 deletions
diff --git a/durt/nodes/(-3543,8,-2281).lua b/durt/nodes/(-3543,8,-2281).lua
index 7489acc..d8bef79 100644
--- a/durt/nodes/(-3543,8,-2281).lua
+++ b/durt/nodes/(-3543,8,-2281).lua
@@ -1 +1,11 @@
--- \ No newline at end of file
+if event.ext_int then
+ if not atc_id then
+ print("No Train to send")
+ return
+ end
+ F.add_rc({"Treefarm_headshunt_east","Treefarm_loading"})
+ split_off_locomotive("A0B0")
+ atc_send("A1S4")
+ set_autocouple()
+ return
+end \ No newline at end of file