Can anyone tell me how to do a trigger where if you just click for a unit to move somewhere, it'll automatically blink there? similar to ichigo's "bankai" ability in the anime wars game.
anime wars- http://www.epicwar.com/maps/34911/
auto blink
Moderator: Cheaters
-
- Forum Fanatic
- Posts: 315
- Joined: October 16th, 2007, 7:32 pm
Re: auto blink
This trigger works but you have to click move on the unit you want to move.
But it will move the unit instantly.
Untitled Trigger 001
Events
Unit - A unit Is issued an order targeting a point
Conditions
(Issued order) Equal to (Order(move))
Actions
Unit - Move (Triggering unit) instantly to (Target point of issued order)
I will keep trying to get it the way you want
But it will move the unit instantly.
Untitled Trigger 001
Events
Unit - A unit Is issued an order targeting a point
Conditions
(Issued order) Equal to (Order(move))
Actions
Unit - Move (Triggering unit) instantly to (Target point of issued order)
I will keep trying to get it the way you want