Welcome to PGMZ! 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.
No Gameover2 - NoGameover2.js
Plugin desc : If you lose in a battle, the game is not over.
License : MIT License
Author : yuwaka
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch NoGameover2.js
File name : NoGameover2.js
Help of plugin :
* @target MZ * @plugindesc If you lose in a battle, the game is not over. * @author yuwaka * @param Switch ID * @desc The switch ID to turn on when you Dead on the map or in a battle. * @default 0 * @type switch * * @param Switch ID2 * @desc The ID of the switch to turn on when lose in a battle. * @default 0 * @type switch * * @help There are no plugin commands in this plugin. * * Allow it to fade out automatically. * Fade in at any time you put into the common event you call by switch. * * Automatically "Change Menu Acsess" is "Disable". * (To prevent the menu icon from blinking.) * If necessary, remove the Disable. * Comment out if you don't want to fade out or ban the menu. * * If the "Battle Processing" use, if you have a set of defeats, that takes precedence. * * There are no plug-in commands. * This is a plugin for RPG Maker MZ only. * Please feel free to modify and use it in accordance with the terms of the RPG Maker. * I will not be responsible for any problems that may occur. Please understand. * * Special Thanks:I used the plugin for the RPG Maker MV sample game "Sea Pirate(Auther Tachi)" as a reference.