QUOTE(Zeratul_101 @ Jun 26 2006, 12:14 AM)
i'm betting the owner of the trigger is either all players, force 1-4, or players1-8 with current player enabled. if that one trigger is just creating units for more than one player, make sure only one player owns the trigger.
if that still doesn't hwlp, post the trigger.
[right][snapback]512908[/snapback][/right]
Correct, but allow me to explain.
I'm sure all map makers have encountered this problem. The simple solution is just to make the
create units triggers 1 player at a time. You see, if there are 2 players in the game, and you've shared your
create units trigger between players, the trigger will run twice, therefore creating twice the amount of units. Basicaly the trigger will run once for EACH player.
Try this...
(Example)
[Trigger 1]Players:Player 1
Condition:If player brings at least 1 unit to location 1
Action:Create 1 unit for player 1
Easy.