hi
i want to make a unit group asleep with my spell
but they should not awake, if i attack them with another unit
so i planned to pause them and play a sleep special effect above their heads
the Aoe is about 850 around the casting unit...
the problem is i don't know how to pause a unit group and play the effect for all of them at the same time
to pick the unit group i used:
the following trigger does only work for single units but there is no one for groups
i want to make a unit group asleep with my spell
but they should not awake, if i attack them with another unit
so i planned to pause them and play a sleep special effect above their heads
the Aoe is about 850 around the casting unit...
the problem is i don't know how to pause a unit group and play the effect for all of them at the same time
to pick the unit group i used:
-
Sleep
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to "SleepSpell"
-
Actions
- Set "Group" = (Units in (Region centered at (Position of (Casting unit)) with size (800.00, 800.00)))
-
Events
the following trigger does only work for single units but there is no one for groups
- Unit - Pause "Unit"