summaryrefslogtreecommitdiff
path: root/durt/nodes/(-2077,3,788).lua
blob: 26580c1a40ffa0896726981714a63646760f1910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
__approach_callback_method == 1
if event.approach and not event.has_entered then
	if not F.has_rc("ARC_load_reverse") then return end
	atc_set_lzb_tsr(1)
	atc_set_ars_disable(true)
	return
end

if event.train then
	if atc_arrow then
		if F.has_rc("ARC_load_reverse") then
			atc_send("S0WRD1A1S3")
			F.add_rc("ARC_load_rejoin")
			return
		end
	end
end