Well, for north, south, east, and west, you would use regular offset, and the degrees would be 90, 270, 0, and 180 respectively. Polar offset considers the unit's facing angle, and I believe 0 is the front.
I'll try it. Thanks :D
It sounds like it would work but i dont know how to have every unit owned by a character to move that way. Maybe i could put them in a group, but I didnt find anything but using "Random player from group".
03-15-2003, 05:55 PM
#6
Guest
For each unit in group, do action. If you need the unit to do lots of things, make the action Run Trigger - UnitDoThis
Where UnitDoThis is a trigger that has all your actions. Use the event response "Triggering unit" to refer to the unit that needs to do all the actions.