Quick Travel System
Made by: Taske
Intro
Use this to travel between cities quickly.
Platforms: RPG VX; XP
Features:
Use a numeric based travel system or
Use a name based travel system
Customizing:
Just add new switches and names.
Requirements for use:
Credit me for any use in your games and please do not post this to other sites at all.
Tutorial:
**NOTE: This Event uses Conditional Branches, Switches, and Variables. If you do not know how to use them go
here and
here**
NumericStart:
First create a Common Event.
Second create a Conditional Branch using Page 4 of the Conditional Branch menu:
Button _____ is Being Pressed And choose the button you would like to use (i.e. x, y, z).
Third Show Text followed by Input Number: [Variable x] Movement, 1 digit(s)
Fourth is another Conditional Branch using Page 1 Switch x is ON
Fifth is the last Conditional Branch using Page 1 Variable x is Equal to Constant x
Sixth is the Transfer Player event.
NameStart:
First create a Common Event.
Second create a Conditional Branch using Page 4 of the Conditional Branch menu:
Button _____ is Being Pressed And choose the button you would like to use (i.e. x, y, z).
Third Show Text followed by Name Input Processing: , 10 Characters
Fourth is another Conditional Branch using Page 2 Actor x Name is Applied
Fifth is the last Conditional Branch using Page 1 Switch x is ON
Sixth is the Transfer Player event.
I'm sorry if it's not too clear, it is my first tutorial.