How can I make a unit shot and walk at the same time?
The title already says all.How can I make a unit shot and walk at the same time?Is this possible?I need it for my STAR WARS map,i want to make the X-Wing shot and walk at the same time,like in the movie.
You also can create dummy unit with the same attack as main and move this dummy with SetUnitX(u,x), SetUnitY(u,y) functions to position of main unit every 0.1 seconds (as example).