P
pyroclasm
Guest
I'm making a game based on Enfo's Team Survival. I am spawning the creeps for Neutral Hostile so that I can use Warcraft's build-in Gold Bounty rather than having to make a trigger for giving players gold. However, when I order the units to move, they keep moving back and forth between the spawn and the waypoint, like this:
If I order the creeps to move straight to the target (ignoring the waypoint), they run into the corner and then back. If I spawn units for Player 12 instead of Neutral Hostile, the creeps move properly. Why is this happening?
Code:
+------------------+
| y <---- x | (x = spawn, y = wapoint)
| || |
| || +--------+
| \/ |


