summaryrefslogtreecommitdiff
path: root/durt/nodes/(529,-3,-1954).lua
blob: f734da76c53d6ab6c05be76911dd923d957416d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
if atc_arrow then
    atc_send("SM")
    set_line("21")
    atc_set_text_outside("Line 21\n---> Turtle Rock")
    atc_set_text_inside("Next stop: Clown Island")
else
    atc_send("B1")
    set_line("X")
    atc_set_text_outside("NOT IN SERVICE")
    atc_set_text_inside("DEPOT")
end