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.
UTA Message Skip MZ - UTA_MessageSkipMZ.js
Plugin desc : Could to skip message by holding down a specific key.
License : MIT License
Author : t-akatsuki
Website : https://github.com/t-akatsuki/UTA_MessageSkipMZ/blob/master/dest/plugin/UTA_MessageSkipMZ.js
Desc page : https://www.utakata-no-yume.net
Download Page : https://raw.githubusercontent.com/t-akatsuki/UTA_MessageSkipMZ/master/dest/plugin/UTA_MessageSkipMZ.js
File name : UTA_MessageSkipMZ.js
Help of plugin :
* @target MZ * @plugindesc Could to skip message by holding down a specific key. * * @author t-akatsuki * @url https://www.utakata-no-yume.net * * @param assignKeyCodes * @text Assgin keys * @desc Keys to be assigned to message skip. * You can assign up to multiple keys. * @default ["control"] * @type select[] * @option tab (tab) * @value tab * @option enter/space/Z (ok) * @value ok * @option shift (shift) * @value shift * @option control/alt (control) * @value control * @option escape/insert/X/numpad 0 (escape) * @value escape * @option pageup/Q (pageup) * @value pageup * @option pagedown/W (pagedown) * @value pagedown * @option left arrow/nampad 4 (left) * @value letf * @option up arrow/nampad 8 (up) * @value up * @option right arrow/numpad 6 (right) * @value right * @option down arrow/numpad 2 (down) * @value down * @option F9 (debug) * @value debug * * @help # Overview * This plugin make to skip message by hold down a specific key * while the message is displayed. * It is a message skip function that is often used Text adventure game etc. * * When a choice is inserted, the skipping is interrupted * when the choice is displayed. * * The following messages can be skipped. * - Show Text * - Show Scrolling Text * - not skip if check "No fast Forward". * - Battle log in battle * * # Plugin Parameters * ## Assgin keys * Key to be assigned to message skipping. * Multiple keys can be assigned. * * If you assign more than one key, the message will be skipped * while any one of the keys is being pressed. * * Select one of the available keys in the dropdown list. * - Available keys are within the keymap defined in * the RPGMakerMZ core script. * * Keys in parentheses are identifiers at the time of setting. * * By default, "control" and "alt" keys are set. * * # Plugin Commands * This plugin has no plugin commands. * * # Plugin Informations * Version : 0.9.0 * Last Updated : 2020.11.07 * Author : t-akatsuki * Web Site : https://www.utakata-no-yume.net * GitHub : https://github.com/t-akatsuki * Twitter : https://twitter.com/T_Akatsuki * License : MIT License * * # Changelog * ## 0.9.0 (2020.11.07) * Beta version. * Remake for RPGMakerMV based on UTA_MessageSkip plugin for RPGMakerMZ.