- Joined
- Apr 13, 2006
- Messages
- 174
I want to make a spell that when cast, will stun the target for 2 seconds. I have a dummy unit and a firebolt item that must be given to the dummy to cast the bolt. Can someone tell me what's wrong with my trigger?
Edit: SOLVED!
Edit: SOLVED!
-
Draining Blow
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Draining Blow
-
-
Actions
-
Unit - Create 1 Dummy for (Owner of (Casting unit)) at (Position of (Casting unit)) facing (Facing of (Casting unit)) degrees
-
Hero - Create Stun (2 sec - item) and give it to (Last created unit)
-
Hero - Order (Last created unit) to use (Picked item) on (Target unit of ability being cast)
-
Unit - Remove (Last created unit) from the game
-
-
Last edited: