blob: 6a1b65c488bdd746edd668c2424ff2c98e1d21d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if S.line[atc_id]=="4" then
F.stn("Spn3E", "Hts4E", "Jng4E", "L")
if depart then
setstate("Hts4DivOut", "cr")
end
else
F.stn("Spn3E", "Hts3E", "Brn3E", "L")
if depart then
setstate("Hts4DivOut", "st")
end
end
|