In my mod I have a command that: 1) Moves the piece a fixed distnace 2) Looks at the location to determine an action
Problem is that when I do this command, the $location$ and $LocationName$ return the OLD location. In fact if I have it output $location$ (which is step 2) this occurs before the piece even moves. How can I force this to be correct? If I wait for the piece to stop moving (i.e. do both steps by hand) it comes back correct. But in a trigger or a GKC it does not.
