- Joined
- May 26, 2009
- Messages
- 760
Greetings,
I have an item which a Hero use on a target unit. Then I want the triggers to create a new unit at the position of the targeted unit. How would the triggers look like? I can't seem to figure it out. Below are my current triggers.
Am very thankful for replies.
I have an item which a Hero use on a target unit. Then I want the triggers to create a new unit at the position of the targeted unit. How would the triggers look like? I can't seem to figure it out. Below are my current triggers.
Am very thankful for replies.
-
Place
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
Actions
-
Set Loc = (Target point of ability being cast)
-
Unit - Create 1 Footman for (Owner of (Hero manipulating item)) at Loc facing Default building facing degrees
-
Unit - Create 1 Footman for (Owner of (Hero manipulating item)) at (Center of (Playable map area)) facing Default building facing degrees
-
-