- Joined
- May 9, 2008
- Messages
- 1,446
Hi! Can some1 convert this GUI into Jass MUI? I would be really pleased!
-
Crucio
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Crucio
-
Actions
- Wait until (((Target unit of ability being cast) has buff Crucio ) Equal to True), checking every 0.10 seconds
- Set Target_Crucio = (Target unit of ability being cast)
- Unit - Add Cargo Hold (Orc Burrow) to Target_Crucio
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Target_Crucio is dead) Equal to True
-
Then - Actions
- Unit - Remove Cargo Hold (Orc Burrow) from Target_Crucio
- Else - Actions
-
If - Conditions
- Wait 10.00 seconds
- Unit - Remove Cargo Hold (Orc Burrow) from Target_Crucio
-
Events