summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3820,18,-4730).lua
blob: cd90f804e4922f8d003e708a2e03c51f0c9d77a1 (plain)
1
2
3
4
5
6
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