blob: c750f91e0b2e4de9eb22346e3122e71b2285f047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if event.train then
if flip then
atc_set_text_outside("1 - Szymon's Dam")
set_rc("Szy")
else
atc_set_text_outside("1 - Windy Mountains")
set_rc("1wind")
end
flip = not flip
end
F.stn_return("Apl1W", "Pal1R", "Apl1E", "R", "Pal1ES", "cr")
|