Ok, this is deadalus, now on my own freshly new account.
I'll try to drawn out the situation for you:
+-------+------+
|..........|..A....|
|pawn.|........|
|..........|........|
+-------+------+
As you can see, mister Pawn, stands exactly in the middle of box 1 on the left. Pawn is a standard unit, wich can be issued a standard move order.
So I give him one, clicking somewhere(point A) in box 2 because I want him to move there.
However, I don't want him to move exactly to the spot where I clicked but exactly to the middle of box 2.
To do this I built some craptacular triggers that calculate in wich box I clicked and then send Pawn to the exact center of that box.
The problem is, the original move order I gave pawn to move to point A still exists so Pawn, after moving (instant move) to the center of box 2 happily walks of to A.
Triggering in the Issue Pawn order to STOP, has no effect on that. Pausing the unit doesn't allow me to give him the move order. What should I do?