Welcome to PGMV! 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://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/MessageWindowHidden.js
File name : MessageWindowHidden.js
Help of plugin :
@plugindesc Message Window Temporarily Clear Plugin @author Triacontane @url https://triacontane.blogspot.com/ @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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Clears the message window. Press again to return. You can specify a picture whose opacity will be set to [0] when the window is cleared. 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 an earlier version, please reset your settings. This plugin does not have a plugin command. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, 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. @default ["right_click"] @type combo[] @option right_click @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. @default 0 @type switch @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. @default [] @type number[] @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. @default [] @type number[] @param disableLinkSwitchId @text Linked picture disable switch @desc When the switch with the specified number is ON, picture linking will be disabled. @default 0 @type switch @param disableSwitchId @text Disable Switch @desc When the switch with the specified number is ON, the entire plug-in function will be disabled. @default 0 @type switch @param disableInBattle @text Disabled during battle @desc If true, disables plugin functionality during battle. @default false @type boolean @param disableInChoice @text Invalid while options are displayed @desc The window cannot be hidden while options are being displayed. @default true @type boolean @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. @default false @type boolean