summaryrefslogtreecommitdiff
path: root/durt/nodes/(527,-3,-1959).lua
blob: e7213adc6681b4f64682b92266ff7123ba8927c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
if atc_arrow then
    atc_send("B1")
    set_line("X")
    atc_set_text_outside("NOT IN SERVICE")
    atc_set_text_inside("DEPOT")
else
    atc_send("SM")
    set_line("21")
    atc_set_text_outside("Line 21\n---> South Forest")
    atc_set_text_inside("Next stop: Bamboo Hills")
end