blob: 8ece33e28d64dd64671b81b93b3abd530cc5ef20 (
plain)
1
2
3
4
5
6
7
|
if event.type == "train" and atc_arrow and get_rc() == "sfh_shunt" then
atc_send("B0WRS4")
--setstate("SFH-T2-S", "st")
-- interrupt(3, "proceed")
--elseif (event.type == "int") then
-- atc_send("R S4")
end
|