Hey people,
So I'm trying to make myself a map where in units from one side "attack-move" towards the other side. I already know how to make them attack move a postion, but somehow it does not happen so smoothly as I hoped it would.
I don't know if someone is familiar with the custom game Blood tournament, but in that game the units also seem to attack-move from one side to the other while running somewhat smoothly.
So my trigger so far looks like this.
Events
Time - every 0.50 seconds of game time
Conditions
Actions
UnitGroup - Pick every unit in (units in Lane <gen> owned by Player 1 (Red) and do actions:
Loop - actions
Unit - order (picked unit) to Attack-Move To center of AttackZone
Also at the same time I am trying to make sure the owning player can not give orders to the unit but still read its skills and abillities.
So anyone knows how to make a somewhat smooth trigger (or triggers) for this? Or maby a link to some helpfull information.
So I'm trying to make myself a map where in units from one side "attack-move" towards the other side. I already know how to make them attack move a postion, but somehow it does not happen so smoothly as I hoped it would.
I don't know if someone is familiar with the custom game Blood tournament, but in that game the units also seem to attack-move from one side to the other while running somewhat smoothly.
So my trigger so far looks like this.
Events
Time - every 0.50 seconds of game time
Conditions
Actions
UnitGroup - Pick every unit in (units in Lane <gen> owned by Player 1 (Red) and do actions:
Loop - actions
Unit - order (picked unit) to Attack-Move To center of AttackZone
Also at the same time I am trying to make sure the owning player can not give orders to the unit but still read its skills and abillities.
So anyone knows how to make a somewhat smooth trigger (or triggers) for this? Or maby a link to some helpfull information.