• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Is this mui??

Status
Not open for further replies.
Level 4
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
 
Level 18
Joined
May 11, 2012
Messages
2,103
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[Time]
      • Unit - Make Caster[Time] Vulnerable
      • Animation - Change Caster[Time]'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

This is MUI.
 
Status
Not open for further replies.
Top