summaryrefslogtreecommitdiff
path: root/Tyard/nodes/(-4167,12,-2742).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tyard/nodes/(-4167,12,-2742).lua')
-rw-r--r--Tyard/nodes/(-4167,12,-2742).lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/Tyard/nodes/(-4167,12,-2742).lua b/Tyard/nodes/(-4167,12,-2742).lua
index a1ad270..06da983 100644
--- a/Tyard/nodes/(-4167,12,-2742).lua
+++ b/Tyard/nodes/(-4167,12,-2742).lua
@@ -1,5 +1,6 @@
-- Headshunt Exit Controller
-local exit_signal = POS(-4178,15,-2742)
+local exit_signal = POS(-4178,15,-2742) --customise to yard specs
+if not F.yard_active() then return end
__approach_callback_mode = 1
if event.approach and not event.has_entered then
atc_set_ars_disable(true)
@@ -11,14 +12,15 @@ if event.train then
if atc_arrow then
if F.has_rc("TY_DEPART") then
print("Train departs yard to mainline at full speed")
- --[[
+
F.remove_rc({"TY_DEPART"})
atc_set_ars_disable(false)
- set_route(exit_signal,"Exit Yard")
+ -- set_route(exit_signal,"Exit Yard")
atc_send("S6D10SM")
- schedule_in(";05","deactivate_check")
+ -- schedule_in(";05","deactivate_check")
+ print(F.get_rc_safe())
return
- ]]--
+ end
else
atc_send("BBOL")
F.error(true)