if event.train then
	if not atc_arrow then return end
	local rc = get_rc() or ""
	if rc:match("WOA_SHUNT") then
		F.remove_rc({"WOA_SHUNT"})		
		atc_send("A0B0WRD1S3A1")
	elseif rc:match("WOA_EXITLOOP") then
		F.remove_rc({"WOA_EXITLOOP"})
		atc_send("SM")
	end
end