- Joined
- Nov 6, 2011
- Messages
- 44
-
Time Stop
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Time Stop
-
-
Actions
-
Unit Group - Pick every unit in (Units within 200.00 of (Position of (Casting unit))) and do (Actions)
-
Loop - Actions
-
Unit - Pause (Picked unit)
-
Animation - Change (Picked unit)'s animation speed to 0.00% of its original speed
-
Unit - Unpause (Casting unit)
-
Animation - Change (Casting unit)'s animation speed to 100.00% of its original speed
-
Wait 2.00 seconds
-
Unit - Unpause (Picked unit)
-
Animation - Change (Picked unit)'s animation speed to 100.00% of its original speed
-
-
-
-
What it's supposed to do : Pause units around it in a 200 AoE with animation, unpause caster and its animation, wait 2 seconds, unpause the picked units and their animation.
I am still starting out with spells.
Help would be appreciated.