Hello!
I have a maze in my game.
I want to make something like a "placeholder" (the placeholder sprite is an arrow
pointing north) so the player don't get lost in the maze.
The arrow sprite is in the same map but outside the view.
When the player press Q the arrow should appear in the same spot as the player.
I already did this with X and Y coordinates (set event location) and it works,
but when the player transfers to another map and then go back into the maze the placeholder is not there.
I want it so it don't get moved once its placed.
How should I do it?