- Joined
- Jul 17, 2012
- Messages
- 51
IS THIS MUI???
-
ABILITY
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Thunder Clap
-
Actions
- Set MUI = (MUI + 1)
- Set Caster[MUI] = (Triggering unit)
- Unit - Pause Caster[MUI]
- Unit - Make Caster[MUI] Invulnerable
- Animation - Change Caster[MUI]'s vertex coloring to (100.00%, 100.00%, 0.00%) with 0.00% transparency
- Wait 3.00 seconds
- Set Time = (Time + 1)
- Unit - Unpause Caster[MUI]
- Unit - Make Caster[MUI] Vulnerable
- Animation - Change Caster[MUI]'s vertex coloring to (100.00%, 100.00%, 100.00%) with 0.00% transparency
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Time Equal to MUI
-
Then - Actions
- Set MUI = 0
- Set Time = 0
- Else - Actions
-
If - Conditions
-
Events