If both layout are identical in size, when one layout ends, store the player X and Y in a global variable. (system, set value A to player.x; system, set value B to player.y)
Then on the next layout, on "start of layout" set the player.x and .y to the global variable number (player, set X to valueA; player, set Y to valueB)
Think that should do it