- Joined
- Feb 20, 2008
- Messages
- 54
So the idea is like this, a unit casts breath of frost and the units that are damaged by it will be freezed for 0.5 seconnds, the only problem is that they won't defreeze(I mean unpause)...
- Events
- Time - Every 1.00 seconds of game time
- Conditions
- Actions
- Unit Group - Pick every unit in (Units in Rect 012 <gen>) and do (Actions)
- Loop - Actions
- If (All Conditions are True) then do (Then actions) else do (Else Actions)
- If - conditions
- ((Picked unit) has buff Breath of Frost(freeze)) equal to True
- Then - Actions
- Unit - Remove Breath of Frost (freeze) buff from (Picked Unit)
- Unit - Pause (Picked Unit)
- Advanced - Create Attach Point - Overhead of (Picked Unit) the Abilities\Spells\Undead\FrostNova\FrostNovaTarget.mdl effect lasting 0.50 seconds
- Wait 0.50 seconds
- Unit - Unpause (Picked Unit)