-
Advanced Experimental Attack
-
Events
- Time - Every 0.09 seconds of game time
- Conditions
-
Actions
- Set ZWNO = (Units in (Playable map area) matching (((Owner of (Matching unit)) Equal to Player 12 (Brown)) and (((Owner of (Matching unit)) Equal to Player 12 (Brown)) and ((Current order of (Matching unit)) Equal to (Order(none))))))
- Set HumanPG = (All allies of Player 11 (Dark Green))
- Set RHU = (Units in (Playable map area) owned by (Random player from HumanPG))
- Set ADE = (Position of (Random unit from RHU))
-
Unit Group - Pick every unit in ZWNO and do (Actions)
-
Loop - Actions
- Unit - Order (Picked unit) to Attack-Move To ADE
-
Loop - Actions
- Custom script: call RemoveLocation(udg_ADE)
- Custom script: call DestroyForce(udg_HumanPG)
- Custom script: call DestroyGroup(udg_RHU)
- Custom script: call DestroyGroup(udg_ZWNO)
-
Events