Author: Hakuen Studio
Introduction
Sometimes to test a game, we have to restart the playtest several times to transfer from one map to another. Or create events on each map to perform the transfer.
This plugin solves this problem by creating a map selection scene, where you can choose to transfer the player to the map you want!
It can also be used as a fast travel mechanic!
Features
● Creates a map selection scene.
● Add an image for each map.
● Choose to use on-screen buttons or not.
● Help window for the description of each map.
● You can add new maps within the game!
How to use
● You can add as many maps as you like using the plugin parameters.
I believe that all are very explanatory, however, the "Condition Type" requires clarification.
● You can select a condition for the player to choose whether or not to transfer to certain maps. If this condition is true, the player can transfer.
Otherwise, the command will be grayed out and cannot be selected.
You can use switches, variables, boolean or script calls. See below how to use each type:
• Switch → Just put the switch id in the parameter notes.
Ex: 1
• Variables → You need to enter the variable id, the operator, and the value.
Because it must return a true/false value.
ID? Value
Ex:
1 > 10
"Variable 1 greater than 10"
The available operators are:
===
>
<
>=
<=
Obs: You need to use space between them.
• Boolean → Simply type true or false
• Script call → Any script you use must return a value of true or false.
● You can also add new maps using plugin commands.
Update Log
Version 1.2.0 - 10/26/2020
- Changed how to set up some plugin parameters.
Version 1.1.0 - 10/16/2020
- Added a parameter for choosing a keyboard button.
- Adapt to work with Eli Book 2.0.0
Version 1.0.0 - 09/16/2020
- Plugin release!
- Changed how to set up some plugin parameters.
Version 1.1.0 - 10/16/2020
- Added a parameter for choosing a keyboard button.
- Adapt to work with Eli Book 2.0.0
Version 1.0.0 - 09/16/2020
- Plugin release!

