- Joined
- Sep 15, 2006
- Messages
- 426
I need to know how to make an ability that allows a unit to physically jump (not blink-the actual unit moves up in the air and back down again). I have already tried to do it using storm crow form as a base and a trigger(although I have no idea if I did it right). Any ideas? This is the trigger I tried to use.
-
Jump
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Jump
-
Actions
- Animation - Change (Triggering unit) flying height to 300.00 at 0.25
- Wait 0.50 seconds
- Animation - Change (Triggering unit) flying height to 0.00 at 0.25
-
Events