summaryrefslogtreecommitdiff
path: root/durt/nodes/(529,-3,-1954).lua
blob: da5fd9fde14d2873263616b209b8286a3b8a9f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
if atc_arrow then
    atc_send("SM")
    set_line("1")
    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