Hi
I'm curious to know how to keep an objects position after I trigger an event that switches to another layout. e.g A player object walks to the shop door which lead's to a layout which is the inside the shop. When the player exits the shop I would like the player's to be standing near the door.
I was thinking along the lines of using global variables to set the players position. And saving them once he entered the shop, then reloading them once he exits it.
Sorry if this isn't so clear.
Thanks in advance!