blob: 51d4babd040bc83e4642d77008af9bff0dd3f22b (
plain)
1
2
3
4
5
6
7
8
|
if event.train and atc_arrow then
if not atc_id then return end
if F.has_rc("COL2", F.get_rc_safe() ) then
atc_set_text_outside("Cat-o-land Local Line 2\nC&C Farm <-> Tile Bridge <->\nBamboo Bush <-> By The Way <->\nMushroom Grassland <->\nPineapple Valley [Kangasvarkaa]")
elseif F.has_rc("COL3", F.get_rc_safe() ) then
atc_set_text_outside("Cat-o-land Local Line 3\nC&C Farm <-> Cross Bay <->\nSakura Gaps <-> Diagonal Island <->\nMushroom Pier <-> Mushroom\nGrassland <->\nPineapple Valley [Kangasvarkaa]")
end
end
|