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