blob: ccf5d5d82b23d2e896db95ce42b766d60df23c02 (
plain)
1
2
3
4
5
6
7
8
9
|
if get_line() == "S23" or get_line() == "BH" then
if atc_arrow then
atc_set_text_inside("S23 -> Arcadius")
atc_set_text_outside("S23 -> Arcadius")
else
atc_set_text_inside("Terminus: Mom Junction/nChange here for E1, E10 and Mom Express")
atc_set_text_outside("S23")
end
end
|