summaryrefslogtreecommitdiff
path: root/Hyard/nodes/(-2596,12,-1830).lua
blob: 0b5e1ac478a745a4e99269c17913cc9c8bd25ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if S.reversing and atc_arrow then
set_rc(S.rc)
S.exiting = true
S.reversing = false
elseif atc_arrow and S.exiting and S.rc:match("HYREVERSE") then
set_rc("PICKUP")
S.dir = 2
S.reversing = true
elseif get_rc():match("EXIT") and not S.reversing then
    if S.rc:match("HIP") then
        set_route("HYEXIT1", "Hippodrome")
    else
        set_route("HYEXIT1", "Trisiston")
end
end