Quote:
Originally Posted by Hsinker I couldnt find this in search so...
How do i spawn creeps for two lanes and have them attack move to a point?
ALso the lanes i want the creeps to follow arent straight and has turns.
Would that involve check points at each turn?
*my bad, i didnt see the edit button. |
You make regions at turns and name them CheckpointXX. Then issue move attack commands to the next area and so on till they make it to the end.
Above: It has something to do with the wait commands. What happens is you are overwriting the last command after .01 seconds of time. You need to seperate the move attack commands and use them when a unit reaches the location you need that unit to be in.