• 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.

Need help with a trigger! I'm very distraught!

Status
Not open for further replies.
Level 1
Joined
Jan 18, 2009
Messages
1
Alright. So I'm trying to put this trigger in, that allows the player to change the color of their selected units by typing 'color blue.

I make a new trigger, then make a new event.

Play 1(red) types a chat message containing color blue as An exact match

then I make an event.

Unit - Change color of (targeted unit) to Blue

And that's it. I type the message and nothing happens. :cry:
 
Level 18
Joined
Aug 23, 2008
Messages
2,319
There is no (Triggering Unit) in your trigger's Event. The Event in your trigger refers to a player, not a unit. You will have to set the unit you want to change color of to a Unit Variable and Change the color of that Unit Variable.
 
Status
Not open for further replies.
Top