![]() |
Vehicles
Is it possible to make a vehicle take you to another map? If so..how? I am very new...i know
|
What maker?
Try a teleport event. |
It won't be RMXP, as it doesn't have a vehicle to its name.
I think that RM2K was the real vehicle one... althought RM2K3 did have a few. I can remember getting a Chocobo charset and setting him up as a vehicle. :) |
1 Attachment(s)
Vehicles won't activate events that would normally be activated by the hero. The way around this is to use a parallel process that checks your position and teleports if you're within a certain area.
In other words, <>Memorize Location, and use nested branching to check to see if you're on the right square(s). In the below example, I want to make it so that when I'm hovering over the two highlighted squares, I warp to another map (some sort of volcano-related area). So I want to be where the X>3, X<6, and Y=3. (If you don't know your coordinates, you can find them at the bottom of the screen, in the RM2k3's status bar.) Code:
<>Memorize Location |
All times are GMT -6. The time now is 12:48 PM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.