summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3820,18,-4757).lua
blob: 2dd69fd8fa201f79b280c2958c3cf9f8d2724f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if event.train and atc_arrow then
	if get_rc() == "sfh_service" then
		set_rc("sfh_shunt")
		atc_set_text_outside("Sulfur Hills -> Desert Junction")
		atc_set_text_inside("Locomotive will return soon\nSulfur Hills -> Desert Junction")
		split_off_locomotive("B0WD1OL")
		set_autocouple()
		set_route("SFH-T1S-sig","Headshunt")
	elseif get_rc() =="sfh_shunt" then
		atc_send("A0OLBBWRD3OCD1A1S4D10SM")
		atc_set_text_inside("")
		set_rc("sfh_service")
	end
end