
In one pawn I made another one have a certain position with
SetPosition("jugador", self.current_X, self.current_Y + 30, self.current_Z);
And then go to another order.
In the second pawn, I give ForceUp and ForceDown commands whenever a certain key is pressed.
However, the second pawn seems to be stuck in the position from the SetPosition, even though this command isn't being run (console says the first pawn is in the other order)

So... how can I UnSet it's position?
