Custom Team Colors not being applied?

Status
Not open for further replies.
Level 3
Joined
Dec 19, 2004
Messages
23
Just what it says. Whenever I change the custom team color to something anything in the map that is already hand placed gets the custom color but anything that is made via a unit or trigger is the default player color. Does anyone know how to make is so you can make custom team colored units in-game? Thanks.
 
Event
Player 1 have a chat message "-change green"
Condition

Do
pick every unit for player 1
loop
___change colour of picked unit to colour of player 7(green one)
turn on trigger "greenP1"

greenP1
evey 1 sec

Do

pick every unit for player 1
loop
___change colour of picked unit to colour of player 7(green one)
turn on trigger "greenP1"

something like this..HEAVY :D
 
Heavy indeed, heavy lag.

Well, i'm not sure what would be the best, but i'd say make a trigger which fires whenever a unit enters (playable map area), set color to X.

That would be the solution with least lag and stuff.
 
Status
Not open for further replies.
Back
Top