summaryrefslogtreecommitdiff
path: root/durt/nodes/(-2044,21,869).lua
blob: 8219fbc3b1fc1fb6c594c7c205b32f804d45f6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if event.train and atc_arrow then
	local rc = get_rc() or ""
	if rc:match("ARC_Station_Reverse") 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,"B0WRS3")
		return
	end
end