diff options
-rw-r--r-- | durt/nodes/(-3593,19,-3930).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-3594,18,-3954).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-3596,18,-3920).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-3642,18,-4002).lua | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/durt/nodes/(-3593,19,-3930).lua b/durt/nodes/(-3593,19,-3930).lua new file mode 100644 index 0000000..b3993db --- /dev/null +++ b/durt/nodes/(-3593,19,-3930).lua @@ -0,0 +1,2 @@ +do return end +local id = "DJnc_4" --change here
if (event.train and atc_arrow) then
setstate(POS(-3596,18,-3927),"st")
if not S.runarounds[id].active then
S.runarounds[id].active = true
atc_set_text_outside("Please Wait\nTrain Changing Ends") --change here
split_off_locomotive("B0WROL")
set_autocouple()
set_rc("runaround") --change here
return
else
S.runarounds[id].active = nil
atc_send("OCB0WRD1SM")
set_rc("sfh_service") --change here
atc_set_text_outside("Sulfur Hills Branch Line -> Sulfur Hills")
set_line("SHBL")
unset_autocouple()
setstate(POS(-3596,18,-3945),"st")
end
end
\ No newline at end of file diff --git a/durt/nodes/(-3594,18,-3954).lua b/durt/nodes/(-3594,18,-3954).lua new file mode 100644 index 0000000..7489acc --- /dev/null +++ b/durt/nodes/(-3594,18,-3954).lua @@ -0,0 +1 @@ +--
\ No newline at end of file diff --git a/durt/nodes/(-3596,18,-3920).lua b/durt/nodes/(-3596,18,-3920).lua index 30e4f47..19149fe 100644 --- a/durt/nodes/(-3596,18,-3920).lua +++ b/durt/nodes/(-3596,18,-3920).lua @@ -1 +1,2 @@ +do return end if (event.train and atc_arrow) then
setstate(POS(-3596,18,-3927),"cr")
setstate(POS(-3599,18,-3951),"cr")
atc_send("B0WRD2S4")
end
\ No newline at end of file diff --git a/durt/nodes/(-3642,18,-4002).lua b/durt/nodes/(-3642,18,-4002).lua new file mode 100644 index 0000000..7489acc --- /dev/null +++ b/durt/nodes/(-3642,18,-4002).lua @@ -0,0 +1 @@ +--
\ No newline at end of file |