- Joined
- Feb 4, 2008
- Messages
- 3,511
So, does computer players not actually issue attack orders?
Here is a gui version of what I want to do (going to do it in jass if I actually manage to find a way around this problem):
Here is a gui version of what I want to do (going to do it in jass if I actually manage to find a way around this problem):
-
Lunge
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
(Unit-type of (Ordered unit)) Equal to Walking Corpse
-
(Distance between (Position of (Ordered unit)) and (Position of (Target unit of issued order))) Less than or equal to 500.00
-
(Issued order) Equal to (Order(attack))
-
-
Actions
-
Unit - Create 1 Dummy Caster for (Owner of (Ordered unit)) at (Position of (Ordered unit)) facing (Facing of (Ordered unit)) degrees
-
Unit - Add Lunge (Dummy) to (Last created unit)
-
Unit - Order (Last created unit) to Orc Shaman - Bloodlust (Ordered unit)
-
Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
-
Game - Display to (All players) the text: Lunge
-
-