I want it so it creates jsut 1 unit for the each person, its the exact same trigger as it was b4 but i changed the person to humans and then back... it also creates too many enemy units
i tired taking out of force but it wont mess with it any wat at all... c wat u can do...
Here's the problem:
You have a trigger set for the entire force. It creates 1 unit for the force. Because of how the triggers run, this means it runs once for each player, creating a unit for every player each time. So each person gets as many units as there are players. The solution is to make it "Current player" in the create units trigger.