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