summaryrefslogtreecommitdiff
path: root/subway/nodes/(-637,18,-527).lua
blob: 9504304118ce57c6ee3ed5974c1eaaa5b20fcb21 (plain)
1
2
3
4
5
6
7
8
9
10
11
--[[local line = get_line()
if line=="E1" or line=="E2" then
if flip then
set_line("E1")
atc_set_text_outside("Reorder:E1")
else
set_line("E2")
atc_set_text_outside("Reorder:E2")
end
flip = not flip
end]]