• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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.
 
Level 9
Joined
Nov 27, 2004
Messages
465
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
 
Level 9
Joined
Sep 8, 2004
Messages
633
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.
Top