Currently in my layout I have the Camera lerping with the character based on what zone he is in. This is creating a problem however.
I want the character to be able to enter a house, but if I use the "set position" event to move him to another part of the layout for the houses interior the camera then scrolls to that area, which I do not want.
So, I decided to make the house interior on its own layout, and simply have it so when the Character hits the house door it sends him to the House interior layout.
But, when he leaves and comes back to the layout, the character then goes back to the original start position of the original layout.
My brain is fried, does anyone have any ideas to either get rid of the scrolling camera issue, or set the position of the character to outside of the house when he returns to the original layout?