- Joined
- May 28, 2011
- Messages
- 101
I am trying to make it so when all units in a group is killed, "Menag" will say his next line. (The one that starts with "Well Fought"). For now i can make him say his first line and attack the specific point. However, when all units in the group is killed my trigger doesn't register it even though i have picked all units, made them into a group and made a trigger that waits for units in group to be equal to 0.
-
Pick units
-
Events
-
Time - Elapsed game time is 0.50 seconds
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in First Gnoll Group <gen>) and do (Unit Group - Add (Picked unit) to GnollGroup1)
-
-
-
Initiation
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Wait until (Attack_Counter Equal to 1), checking every 1.00 seconds
-
Cinematic - Send transmission to (All players) from Dark Wizard (Menag) 0119 <gen> named Menag: Play No sound and display Hope you're ready. .... Modify duration: Set to 4.00 seconds and Wait
-
Unit Group - Order Menag_Group to Attack-Move To (Center of First Attackpoint <gen>)
-
Wait until ((Number of units in GnollGroup1) Equal to 0), checking every 1.00 seconds
-
Cinematic - Send transmission to (All players) from Dark Wizard (Menag) 0119 <gen> named Menag: Play No sound and display Well fought. Prepar.... Modify duration: Set to 4.00 seconds and Wait
-
-