- Joined
- Oct 3, 2006
- Messages
- 302
Hello, It's me again...I'm trying to make a trigger involving MOVING OF UNITS IN A FORMATION...I'm having problem with reading the directions as to where he should move. For example, I want the UNIT to move north-west....problem is that northwest are written in numbers in the GUI. And I don't know what coordinates northwest are.
Here's the trigger:
Unit - Order Rifleman 0000 <gen> to Move To ((Position of (Triggering unit)) offset by (?, ?))
Here's the RAW form of the trigger:
Unit - Order Rifleman 0000 <gen> to Move To ((Position of (Triggering unit)) offset by (X, Y))
So X and Y refer to degrees, but is there some kind of method to read them as to what numbers go south, west, north etc.
Here's the trigger:
Unit - Order Rifleman 0000 <gen> to Move To ((Position of (Triggering unit)) offset by (?, ?))
Here's the RAW form of the trigger:
Unit - Order Rifleman 0000 <gen> to Move To ((Position of (Triggering unit)) offset by (X, Y))
So X and Y refer to degrees, but is there some kind of method to read them as to what numbers go south, west, north etc.