• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Merging and Unmerging Unit Waypoints

Status
Not open for further replies.
Level 4
Joined
Aug 17, 2011
Messages
119
I want to merge two creep waves (to attack gates) and then unmerge them again afterwards.

At the moment I'm adding them to a unit group (Left/Right) as they leave their lane. Then they are sent back to their own lane (and removed from the unit group) after the gate is destroyed with multiple if/then/else. I am currently just doing this with this action:

  • Actions
    • UnitGroup - Add (Triggering Unit) to Left_Temp
  • Actions
    • UnitGroup - Remove (Triggering Unit) from Left_Temp
It works well enough, but I am uncertain about leaks... Any Suggestions?
 
Status
Not open for further replies.
Top