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