diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-01-20 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-01-20 00:00:02 +0100 |
commit | a3c95401b9081bb86e09fa96407bb5a09952c6c2 (patch) | |
tree | 051ecfe11551f8f455807d4ca2e17a2193be8525 /durt/nodes/(-3593,19,-3930).lua | |
parent | 0d20b500624044368cade4514087b8fb7a564bc9 (diff) | |
download | luaatc_envs-a3c95401b9081bb86e09fa96407bb5a09952c6c2.tar.gz luaatc_envs-a3c95401b9081bb86e09fa96407bb5a09952c6c2.tar.bz2 luaatc_envs-a3c95401b9081bb86e09fa96407bb5a09952c6c2.zip |
State at 2025-01-20
Diffstat (limited to 'durt/nodes/(-3593,19,-3930).lua')
-rw-r--r-- | durt/nodes/(-3593,19,-3930).lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/durt/nodes/(-3593,19,-3930).lua b/durt/nodes/(-3593,19,-3930).lua deleted file mode 100644 index b3993db..0000000 --- a/durt/nodes/(-3593,19,-3930).lua +++ /dev/null @@ -1,2 +0,0 @@ -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 |