;(script dormant p1Trear

	;(sleep_until (volume_test_objects p1Trear (players)))
	
	;(ai_set_orders p1Telites p1T/p1Trear)
	;(ai_set_orders p1Tjackals p1T/p1Trear)
;)

(script startup marines
	;(ai_place swordelite)
	(print "tyson EYES!!!")
	(ai_set_orders marines tanks/tanks)
	(unit_enter_vehicle (unit (list_get (ai_actors marines) 0)) warthog "W-driver")
	(unit_enter_vehicle (unit (list_get (ai_actors marines) 1)) warthog "W-gunner")
	;(ai_set_orders c1Ljackals c1L/c1Lcombat)
	;(ai_set_orders ship_elites shipbridge/attack)
	;(ai_set_orders jackals hanger/elitesattack)
	;(ai_set_orders p1Telites p1T/p1Tfront)
	;(ai_set_orders p1Tjackals p1T/p1Tfront)
	;(wake p1Trear)

)
