1)Okay first make a world map
2)Make a common event that transfers the player to your world map and changes the character's graphic *Probably into a ship or something>
3)Make some graphical poles all over the world map, the poles represent the areas of your game
5) In one of the graphical poles that you have made, make a event list that asks them if you want to go to this area
Code:
@>Text:Would you like to go to Test area?
@>Show choices:Yes No
@>When Yes
@>Transfer player to *Your choice*
@>*change actor graphic to original sprite*
@>When No
@>
6)Now after you have made all those event in the graphical poles
make a skill or an item that calls the common event you just have made