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.
PANDA All Escaped Message - PANDA_AllEscapedMessage.js
Plugin desc : change the message when all enemies have escaped.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20240823010737.html
File name : PANDA_AllEscapedMessage.js
Help of plugin :
* @target MV MZ * @plugindesc change the message when all enemies have escaped. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20240823010737.html * * @help When all enemies have escaped and the battle has ended, * the message specified in the plugin parameter will be displayed * instead of the normal victory message. * * If even one enemy has been defeated, * the normal victory message will be displayed. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param AllEscapedMessage * @text Message when all enemies have escaped * @desc Specify the message when all enemies have escaped and the battle has ended. Use %1 to display the party name, and %2 to display the troop name. * @type text * @default The enemies are gone! *