summaryrefslogtreecommitdiff
path: root/nodes/(-1481,3,1160).lua
blob: 8055b7a2a2ca732b2c8048fb8f95245bd86b5799 (plain)
1
2
3
4
5
6
7
8
9
10
if atc_arrow then
if flip then
  atc_set_text_outside("4 - Schwarzschild Street")
  set_rc("SC")
else
  atc_set_text_outside("4 - NYE Square")
  set_rc("NY")
end
flip = not flip
end