summaryrefslogtreecommitdiff
path: root/Hyard/nodes/(-2602,12,-1780).lua
blob: aaf42938eabe8831ca6d1e0eb383b2a33355a328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
local dir = 1
if S.dir == dir then
if atc_arrow and not S.exiting then
split_off_locomotive("B0")
set_rc("PICKUP")
end

if atc_arrow and S.exiting then
set_rc("EXIT")
S.exiting = false
end
elseif atc_arrow then
atc_send("B0WD1RS4")
end