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.
Control Fast Forward - ControlFastForward.js
Plugin desc : Controls fast forwarding.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/501896630.html
File name : ControlFastForward.js
Help of plugin :
* @target MZ * @orderBefore DevToolsManage * @plugindesc Controls fast forwarding. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/501896630.html * @help Ver.1.1.0 * This plugin disables the long press to cancel on some choices. * Also, fast forwarding can be prohibited for each type using a plugin command. * * parameter [Unique Message Wait Disable]: * A more versatile message wait disable that can be used for more than just maps is now available. * * @param allowLongPress * @text Allow Long Press * @desc If fast forwarding is disabled, long presses will not cause page breaks in messages. * @type boolean * @default false * * @command disableFastForward * @text Disable Fast Forward * * @arg type * @text Type * @option Map * @value map * @option Message * @value message * @option Battle * @value battle * @default map * @type select * * @command enableFastForward * @text Enable Fast Forward * * @arg type * @text Type * @option Map * @value map * @option Message * @value message * @option Battle * @value battle * @default map * @type select * * @param disableMessageWaitDisable * @text Disable Message Wait Disable * @desc Disable message wait disable in v1.8.0. * @type boolean * @default false * * @param uniqueMessageWaitDisable * @text Unique Message Wait Disable * @desc Do not use v1.8.0's crude message wait disable and apply a more reasonable message wait disable. * @type boolean * @default false *