summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3524,8,-2281).lua
blob: 9afccd17ab3884ea4ea3dae0836a3c89a1ef0db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
local dir = "east"
if event.train and atc_arrow then
	if F.get_rc_safe():match("Treefarm_headshunt_"..dir) then
		schedule_in(";01",atc_id)
		return
	end
end

if event.schedule then
	if event.msg == atc_id then
		schedule_in(";01",event.msg)
		return
	else
		atc_send_to_train(event.msg,"S0WRS3CplA0S1D2S0WRA1S3")
		return
	end
end