blob: c30c9cd412a4f8146f4dbb8765b569432666be6a (
plain)
1
2
3
4
5
6
7
|
if get_line() == "S14" then
atc_set_text_outside("S14 - Manaugh Memorial")
elseif get_line() == "S16" then
atc_set_text_outside("S16 - Maze")
elseif get_line() == "S16a" then
atc_set_text_outside("S16a - Deep Valley Mountain")
end
|