//------------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------

run script RunLandControlT
begin script RunLandControlT
start
	run script LandControlT
	stop all scripts excluding files "RunLandControlT.txt"
	load map "scripts/landT.txt"

end script RunLandControlT

//------------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------------