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!
okay basically i need a trigger that will ping all units of a type lets say grunt. when a player says -grunt or something like that it will ping all the grunts. how do i do this i know you go into Cinematic but i don't know how to do it from there
One problem I foresee with the above trigger is that it doesn't check to see if the units are owned by the correct player, it would ping any grunt, even under the fog-of-war. You need to use:
set TempGroup = Units Owned by player (player 1) of type (Grunt)
I hope this helps you figure it out
EDIT:
To add footmen, just use "Owned by player matching condition". Put an "AND" in there. In the first blank space, do a unit-type comparison and put in matching unit equal to grunt... for the second blank space, do matching unit equal to footman.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.