So far, if I'm using a Move 2 unit, if I'm doing MOVE + MOVE, I just move the unit a total of 4. But is this correct? What about this example:
(1) Move diagonally forward + right
(2) Move diagonally forward + right
(3) Move forward
This move sequence is a total of 4 spaces so at first glance it seems doable. But the problem is that this move can't be accomplished with two separate move actions. If the first MOVE action is (1), then (2) and (3) can't be completed because it's a move of length 3. and (1) and (2) together can't be a single MOVE action, because they are a total of 3 moves.
This probably wouldn't matter except for the reactions. When would you be able to react to this movement? Between (1) and (2) or between (2) and (3). There's no way to tell, as the movement can't be broken up to 2 MOVES.
So am I correct that doing this kind of movement would be illegal for a MOVE 2 unit?