So my goal for today was to work more with maps and events, and I think I'm getting the hang of it. My problem right now is switching the player from map to map when they reach the edge of the screen. The solution I worked out is to add events that transfers the player to the next map once they reach the edge (those gray squares).
The problem is that it doesn't matter which direction they approach the edge. If they arrived at the other side and walked down for example, they'd go back to the previous screen.
Can anyone who understands RPG Maker tell me how players switch from map to map?