I followed the BattleStart and BattleEnds schematics from the tutorial in the ORK RPG framework, but since battles in my game take place in the same scene where the player moves but in different locations from where he is when the battle starts , I would like to know if there is a simpler way to store and retrieve the player's position between battles without having to reload the scene, as the map in my game is procedurally generated, so every time the scene is reloaded, the map changes.
I was using Store Scene and Load Scene.