blob: 555a3ed8a1ed3ce9ea9751cd24749c041be4b5a1 (
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 -> Mom Junction")
atc_set_text_outside("S23 -> Mom Junction")
else
atc_set_text_inside("Terminus: Arcadius/nChange here for S20")
atc_set_text_outside("S23")
end
end
|