Hey, I want to spawn a unit at the beginning of the map for the player IF they're in the game. When I test out the map now through the editor, ALL units spawn for all 5 players even when it's only me, player number 1, playing. How do I fix the trigger so the unit just spawns for the player if they are in the game?
Hey, I want to spawn a unit at the beginning of the map for the player IF they're in the game. When I test out the map now through the editor, ALL units spawn for all 5 players even when it's only me, player number 1, playing. How do I fix the trigger so the unit just spawns for the player if they are in the game?
@kaealy: Go
Event
Map Int
Actions
Pick each player In (Active Players) and do actions:
Create (Unit Type) at (Point)
@DarkFireDragoon: Go
thanks a bunch!