Log in

View Full Version : World Map


phsyco025
2006-09-01, 04:58 PM
I made a world map in my RMXP game but how do i make it so that everytime the player presses r it goes to the world map and from there he can teleport tro different places or press l to go back to his game?

Atnas
2006-09-02, 09:52 AM
If R is pressed show graphic world map

If I is pressed exit to game.

(the structure of said feature)

That what you want?

To make a script for teleporting, though, I'd need the map so I could put the dimensions of the areas to teleport into a script... make your world map, then send it to me, with your game, I'll work out a script for it. kay? =D Simple enough, right?

phsyco025
2006-09-02, 11:10 AM
If R is pressed show graphic world map

If I is pressed exit to game.

(the structure of said feature)

That what you want?

To make a script for teleporting, though, I'd need the map so I could put the dimensions of the areas to teleport into a script... make your world map, then send it to me, with your game, I'll work out a script for it. kay? =D Simple enough, right?

ok ill try but that might take a while coz i have to make the world map and then finish it in the actuall world. other that that i was fooling around in RMXP with the common events and i tried to make it so that every time i pressed r it would teleport me to a certain place but it never worked do u no y it didnt work

Atnas
2006-09-02, 12:03 PM
Because there is no if key is pressed event command.

If Input::R

That's how you do it in ruby.