Hello.
Yes, it's possible with the existing blocks:
- If player 1's x position is smaller than player 0's x coordinate, increase player 1's x position;
- If player 1's x position is greater than player 0's x coordinate, decrease player 1's x position;
- If player 1's y position is smaller than player 0's x coordinate, increase player 1's y position;
- If player 1's y position is greater than player 0's y coordinate, decrease player 1's y position;