diff options
-rw-r--r-- | durt/nodes/(-2080,3,787).lua | 8 | ||||
-rw-r--r-- | durt/nodes/(-2080,3,822).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-4138,16,-5809).lua | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/durt/nodes/(-2080,3,787).lua b/durt/nodes/(-2080,3,787).lua index 7489acc..de91e5a 100644 --- a/durt/nodes/(-2080,3,787).lua +++ b/durt/nodes/(-2080,3,787).lua @@ -1 +1,7 @@ ---
\ No newline at end of file +__approach_callback_method = 1 +if event.approach then + atc_set_lzb_tsr(1) +end +if event.train and atc_arrow then + atc_send("I>1B1;") +end
\ No newline at end of file diff --git a/durt/nodes/(-2080,3,822).lua b/durt/nodes/(-2080,3,822).lua index 3101881..26904d3 100644 --- a/durt/nodes/(-2080,3,822).lua +++ b/durt/nodes/(-2080,3,822).lua @@ -4,7 +4,6 @@ local rc = (get_rc() or "") if rc:match("ArcLoad_NOSHUNT") then return end if event.train and atc_arrow then - if if getstate(indicator) == "green" then F.remove_rc({"ArcLoad_split","ArcLoad_around","ArcLoad_rejoin"},true) atc_send("S0WRD1A1S2D10SM") diff --git a/durt/nodes/(-4138,16,-5809).lua b/durt/nodes/(-4138,16,-5809).lua index c00d132..7489acc 100644 --- a/durt/nodes/(-4138,16,-5809).lua +++ b/durt/nodes/(-4138,16,-5809).lua @@ -1,3 +1 @@ -if event.train then - split_at_index(3,"S0WRS5D5S0WRS3Cpl") -end
\ No newline at end of file +--
\ No newline at end of file |