- Joined
- Mar 25, 2008
- Messages
- 2,955
Well here's my problem..
I have regions surrounded by pathing blockers.
Now i want to make units be able to use 'blink' (whether triggered or not) INSIDE the region but not to be able to blink outside the region
like:
and not
Is that possible somehow?
I have regions surrounded by pathing blockers.
Now i want to make units be able to use 'blink' (whether triggered or not) INSIDE the region but not to be able to blink outside the region
like:
Code:
---------------------------
| Unit -> blink -> target |
| |
---------------------------
Code:
--------------------
| Unit -> blink -> | target
| |
--------------------