Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Escape Dungeon - EscapeDungeon.js
Plugin desc : Escape to the specified position from a dungeon.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Sasuke KANNAZUKI
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins EscapeDungeon.js
File name : EscapeDungeon.js
Help of plugin :
* @plugindesc Escape to the specified position from a dungeon. * @author Sasuke KANNAZUKI * * @param mapIdVal * @desc variable id for escape map ID. * Escape is disabled when variable number mapIdVal equals 0. * @default 21 * * @param xCoordVal * @desc variable id for escape x coordinate. * @default 22 * * @param yCoordVal * @desc variable id for escape y coordinate. * @default 23 * * @help This plugin does not provide plugin commands. * * - Set the position variables when player enters the dungeon. * - Be sure to disable when player exits from the dungeon, * especially when the player moves to other map by an event. * (to disable this, let variables number mapIdVal be 0). * - After escape exection, escape is automatically disabled * * check points: * - this plugin only for menu scene, cannot apply at battle scene. * - the scope must be 0(none). * * Item/Skill Note: * <ESCAPE> : the item/skill is for escape.