summaryrefslogtreecommitdiff
path: root/Tyard/nodes/(-4256,20,-3084).lua
blob: 8803dac9546100c1154cb1b32fd9fe4f4177cf28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
local rc = get_rc() or ""
if rc:match("ERSTAZISHOP") then
	-- do erstazi's stuff here
	return
elseif rc:match("TSTSHOP") then
	split_at_index(2,"B0")
	set_rc("RUNAROUND FREIGHT")
	set_autocouple()
	return
elseif rc:match("RUNAROUND") then
	set_rc("FREIGHT TSTSHOP TYARD TY_RTS TY_COLLECT_MMF")
	atc_send("B0WRD300SMA1") -- wait 5 minutes before departing to lessen the yard usage
	return
end