Hello guys,
I know I am posting a lot, hope it's okay as I wasn't able to find the appropriate thread different than trigger basics.
Now to the trigger. I have a boss wolf Snowpaw who summons adds. Now when one of these adds dies, I want the boss acquire and use howl of terror ability. I'm struggling with the part of defining the summoned wolves.
Can anyone please help me?
I know I am posting a lot, hope it's okay as I wasn't able to find the appropriate thread different than trigger basics.
Now to the trigger. I have a boss wolf Snowpaw who summons adds. Now when one of these adds dies, I want the boss acquire and use howl of terror ability. I'm struggling with the part of defining the summoned wolves.
Can anyone please help me?

-
Snowpaw Engage
-
Events
-
Unit - |cffffcc00Snowpaw, the Alpha Wolf (Elite)|r 0067 <gen> Acquires a target
-
-
Conditions
-
Actions
-
Unit - Add Wolfpack to (Triggering unit)
-
Unit - Add Battle Roar 50 to (Triggering unit)
-
Unit - Order (Triggering unit) to Human Archmage - Summon Water Elemental
-
Set SnowpawAdd = (Summoned unit)
-
Wait 2.00 seconds
-
Unit - Order (Triggering unit) to Night Elf Druid Of The Claw - Roar
-
Trigger - Turn off (This trigger)
-
-
-
Snowpaw Add Dies
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
SnowpawAdd Equal to (Dying unit)
-
-
Actions
-
Unit - Add Howl of Terror (Snowpaw) to |cffffcc00Snowpaw, the Alpha Wolf (Elite)|r 0067 <gen>
-
Unit - Order |cffffcc00Snowpaw, the Alpha Wolf (Elite)|r 0067 <gen> to Neutral Pit Lord - Howl Of Terror
-
-