Well I'm making a L4D Survival map, but I can't figure out how to make all spawned units to attack the players automatically, excluding special infected. Is there another way than using:
Events
Time - Every 10.00 seconds of game time
Conditions
Actions
Unit Group - All units owned by (Player 11 Dark Green) and do Unit - Order Picked Unit to Attack (Random Unit in (Survivors))
I don't want to use a trigger like that. I want to use a trigger that is LIKE that, but does not cause movement lag.
"We were created from dust..into forms like never before..humans...though...it never lasted long...as we turned back to dust, our ashes flying away, with the wind" ~Undead0dd
You can do one, where when unit is spawned = Darkgreen, have the entering unit attack random unit.
I am also trying to work on a trigger to check for when the attacking unit of the attacker unit dies, it chooses another unit to attack. I will let you know how it goes.
Untitled Trigger 001
Events
Unit - A unit enters (Playable map area)
Conditions
(Owner of (Entering unit)) Equal to Player 12 (Brown)
Actions
Unit - Order (Entering unit) to Attack (Random unit from (Units in (Playable map area) matching ((Owner of (Attacked unit)) Equal to Player 12 (Brown))))