Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: magusguy on June 06, 2007, 06:59:28 PM

Title: Vehicle transportation?
Post by: magusguy on June 06, 2007, 06:59:28 PM
A little backstory: I changed my ship to have a tank sprite and made it so that it can travel on certain land types. I've got that whole part figured out. THe thing is, the tank is supposed to be able to go in and out of lots of places, going from the world map, to another map, yadda yadda.

the problem is that I can't figure out how to teleport a vehicle while the hero is inside it, since the standard "teleport" command isn't working for me. I could figure out a way to get the vehicle to teleport to the destined location while I'm outside of the vehicle in an incredebly convoluted process, but I'd rather avoid it.

so: Is there a way to teleport a vehicle while still inside of it, and if so, how?


Edit: I'm running RPG maker 2003, if that makes any difference.
Title:
Post by: Moosetroop11 on June 06, 2007, 08:57:47 PM
What you might have to do is set your teleport events as 'collision with hero'. Then hide screen, teleport the hero, change ship starting point to the square the hero is facing, put in the 'enter vehicle' command, and then show screen. There might be an issue with the music, but it should work.