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.
NUUN Result Sprite Hide - NUUN_ResultSpriteHide.js
Plugin desc : Hide window sprite when result is displayed
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_ResultSpriteHide.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_ResultSpriteHide.js
File name : NUUN_ResultSpriteHide.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Hide window sprite when result is displayed @author NUUN @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/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- Hides a window or sprite during results. The method you can specify is the object variable of the window or sprite in Scene_Battle. Depending on the plugin, you may need to place this plugin below the corresponding plugin. _statusWindow: Battle Window _statusWindow, _actorImges, _actorStatus: Battle Style Extended Battle Window Terms of Use This plugin is distributed under the MIT License. Update History September 18, 2021 Ver. 1.1.0 First Edition @param SptiteHideObj @text Result window sprite @desc Specifies the method of the window or sprite in the scene battle to be hidden at the result time (multiple options can be specified). @type combo[] @option '_statusWindow' @option '_actorImges' @option '_actorStatus' @parent CommonSetting