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.
Message Window Hidden - MessageWindowHidden.js
Plugin desc : Message Window Temporarily Clear Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MessageWindowHidden.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/MessageWindowHidden.js
File name : MessageWindowHidden.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MessageWindowHidden.js @plugindesc Message Window Temporarily Clear Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Pressing the specified button while the message window is displayed will dismiss the message window. Pressing it again will return it. You can specify a picture whose opacity will be set to [0] when the window is hidden. Use this if you are using a specific picture as the background. When the window is redisplayed, the opacity will be restored to the opacity it had before it was hidden. As of version 2.0.0, the method for specifying parameters has changed. If you were using a previous version, please reset your settings. This plugin does not have a plugin command. Terms of Use: You may modify and redistribute it without permission from the author, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @param triggerButton @text Button Name @desc This is a button to clear the window. (Multiple buttons can be registered.) If you have added a button that can be input using a plugin, you can input it directly. @type combo[] @default [”右クリック”] @option 右クリック @option shift @option control @option tab @option pageup @option pagedown @option debug @param triggerSwitch @text Trigger switch @desc The window will be cleared in conjunction with the specified switch. Please manage ON/OFF appropriately using parallel processing etc. @type switch @default 0 @param syncSwitch @text Trigger Switch Synchronization @desc When enabled, the trigger switch will synchronize with the window visibility state, even if it is manually dismissed. @type boolean @default false @param linkPictureNumbers @text Linked Picture Number @desc This is the number of the picture whose opacity will be set to [0] when the window is cleared. @type number[] @default [] @param linkShowPictureNumbers @text Interlocking picture number @desc This is the number of the picture whose opacity will be set to [255] when the window is cleared. @type number[] @default [] @param disableLinkSwitchId @text Linked picture disable switch @desc When the switch with the specified number is ON, picture linking will be disabled. @type switch @default 0 @param disableSwitchId @text Disable Switch @desc When the switch with the specified number is ON, the entire plug-in function will be disabled. @type switch @default 0 @param disableInBattle @text Disabled during battle @desc If true, disables plugin functionality during battle. @type boolean @default false @param disableInChoice @text Invalid while options are displayed @desc The window cannot be hidden while options are being displayed. @type boolean @default true @param restoreByDecision @text Return with the decision action @desc When clearing a message, you can redisplay the hidden message window by pressing the confirm button. @type boolean @default false