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.
Novel Message MZ - NovelMessageMZ.js
Plugin desc : [Ver1.0.1]Provides the full screen type message window.
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch NovelMessageMZ.js
File name : NovelMessageMZ.js
Help of plugin :
* @target MZ * @plugindesc [Ver1.0.1]Provides the full screen type message window. * @author Sasuke KANNAZUKI * * @param Switch ID * @desc The ID of the switch to determine novel mode. * @default 11 * @type switch * * @param Window Style * @desc Visual style of novel window. * @type select * @option Normal(0) * @value 0 * @option Half transparent black(1) * @value 1 * @option Transparent(2) * @value 2 * @default 2 * * @help This plugin does not provide plugin commands. * This plugin runs under RPG Maker MZ. * This plugin enables message window change to novel mode. * * [Summary] * When message window is novel mode, the window becomes full screen size. * At novel mode, window displays message that is set the event command * 'Show Text' one after another. * * Automatically fowards page when the text is too much to display next line. * It also forwards page forcedly if it write escape sequence '¥f' in the text. * * It's able to execute the event command 'Show Choices' and 'Input Number' at novel mode. * * Face and Name in the event command 'Show Text' are ignored at novel mode. * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php