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 Battle Item Skill Window MV - NUUN_BattleItemSkillWindowMV.js
Plugin desc : MV-style display of item and skill selection screen during battle
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_BattleItemSkillWindowMV.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_BattleItemSkillWindowMV.js
File name : NUUN_BattleItemSkillWindowMV.js
Help of plugin :
* @target MZ * @plugindesc MV-style display of item and skill selection screen during battle * @author NUUN * @version 1.3.2 * * @help * The item and skill selection screen during battle will be changed to a MV style format. * * Terms of Use * This plugin is distributed under the MIT license. * * * Log * 6/8/2024 Ver.1.3.2 * Fixed an issue where the item screen was not displayed correctly when using the Battle Style Extension Plugin. * 8/27/2022 Ver.1.3.1 * Processing fixes. * 6/5/2022 Ver.1.3.0 * Added a feature to hide actor commands while selecting items and skills. * 3/17/2022 Ver.1.2.0 * Added the ability to specify which columns to display. * 11/15/2021 Ver.1.1.3 * Fixed an issue that caused the Cancel button to not display properly. * Fixed an issue where the item screen and skill screen remained displayed when selecting a target. * 11/14/2021 Ver.1.1.2 * Fixed an issue where the actor window would not appear if you selected a skill or item, displayed the enemy selection screen, and then canceled. * 11/5/2021 Ver.1.1.1 * Fixed an issue where the Cancel button would appear at the top even when the skill or item window was not open. * 11/5/2021 Ver.1.1.0 * Added a feature that allows the display to reach the bottom of the screen. * Fixed so that one line is displayed when there are no skills or items in variable mode. * Changed the position of the cancel button. * 2/3/2021 Ver.1.0.2 * Fixed an issue where the battle screen would be displayed when displaying the item or skill screen on the map. * 2/1/2021 Ver.1.0.1 * Fixed the cancel button handling. * 1/31/2021 Ver.1.0.0 * First edition. * * @param ItemMaxRow * @desc The row to display. * @text Display rows * @type number * @default 6 * @min 1 * * @param Cols * @desc The columns to display. * @text Display Cols * @type number * @default 2 * @min 1 * * @param FullWindowHeight * @text Display to bottom of screen * @desc Allows the window to extend to the bottom of the screen (usually the actor window). * @type boolean * @default false * * @param VariableHeight * @text Variable vertical width * @desc The vertical width changes depending on the number of items and skills. * @type boolean * @default false * * @param ActorCommandVisible * @text Hide actor commands * @desc Hides actor commands when selecting items and skills. * @type boolean * @default false * *