summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3820,18,-4730).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:07 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:07 +0200
commitc21692e0a830e434675014dd7b54736d180ce71d (patch)
treee928ac06b872bb5fa7697736f8cb78873e1424d2 /durt/nodes/(-3820,18,-4730).lua
parentc6612d4e4b59a03d097a494eee4c714f8b88f123 (diff)
downloadluaatc_envs-c21692e0a830e434675014dd7b54736d180ce71d.tar.gz
luaatc_envs-c21692e0a830e434675014dd7b54736d180ce71d.tar.bz2
luaatc_envs-c21692e0a830e434675014dd7b54736d180ce71d.zip
State at 2020-06-24
Diffstat (limited to 'durt/nodes/(-3820,18,-4730).lua')
-rw-r--r--durt/nodes/(-3820,18,-4730).lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/durt/nodes/(-3820,18,-4730).lua b/durt/nodes/(-3820,18,-4730).lua
new file mode 100644
index 0000000..cd90f80
--- /dev/null
+++ b/durt/nodes/(-3820,18,-4730).lua
@@ -0,0 +1,7 @@
+if (atc_arrow and event.type == "train" and get_rc() == "sfh_shunt") then
+ setstate("SFH-T1-N", "st")
+ atc_send("B0")
+ interrupt(8, "proceed")
+elseif (event.type == "interrupt") then
+ atc_send("R S2")
+end \ No newline at end of file