diff options
-rw-r--r-- | durt/nodes/(1866,11,9122).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(1874,11,9122).lua | 12 |
2 files changed, 12 insertions, 1 deletions
diff --git a/durt/nodes/(1866,11,9122).lua b/durt/nodes/(1866,11,9122).lua index 577ba71..f622432 100644 --- a/durt/nodes/(1866,11,9122).lua +++ b/durt/nodes/(1866,11,9122).lua @@ -1 +1,2 @@ +do return end __approach_callback_mode = 2
if event.approach and not event.has_entered then
atc_set_lzb_tsr(1)
end
\ No newline at end of file diff --git a/durt/nodes/(1874,11,9122).lua b/durt/nodes/(1874,11,9122).lua index fdee831..a3a343c 100644 --- a/durt/nodes/(1874,11,9122).lua +++ b/durt/nodes/(1874,11,9122).lua @@ -1 +1,11 @@ -F.yard_road_count("WOA","hs","WOA_hs")
\ No newline at end of file +F.yard_road_count("WOA","hs","WOA_hs") +--[[1 +if atc_arrow then + digiline_send("lcd",train_length()) + if train_length() == 1 then + set_route("WOA_headshunt","Shunt 1") + else + set_route("WOA_headshunt","Shunt "..math.random(2,4)) + end +end +]]--
\ No newline at end of file |