• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Trigger problem

Status
Not open for further replies.
Level 7
Joined
Apr 7, 2009
Messages
241
Hey, Im having some problems with this trigger:

  • Events
    • Unit - Immortal [66.21, 72.41] Enters Region 001
  • Local Variables
  • Conditions
  • Actions
    • Unit Group - Pick each unit in (Units in Region 001 having alliance Any with player Any Player matching Excluded: Missile, Dead, Hidden, with at most Any Amount) and do (Actions)
      • Actions
        • Unit - Order (Picked unit) to (Aberration - Unburrow) (Replace Existing Orders)
        • General - Wait 1.0 Game Time seconds
        • Unit - Change ownership of (Picked unit) to player 1 and Change Color
There are 2 burrowed Aberrations that I want to unburrow simultaneously, but instead they unburrow one by one with 1 second wait between :(

In Warcraft 3 it would have worked (I think).
 
Level 5
Joined
Sep 15, 2009
Messages
186
You could try making it two different pick each, one to unburrow and one to change ownership, and put the wait in between them.
 
Level 5
Joined
Sep 15, 2009
Messages
186
Well, It's because it runs it once for a unit, then again, same as if you copy and pasted each of those triggers for each unit within the region, so the way you had it it would run, wait, and then run the next one.
 
Status
Not open for further replies.
Top