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:
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