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.
D Window - DWindow.js
Plugin desc : Plugin that Make Dynamic Window
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/DWindow.js
File name : DWindow.js
Help of plugin :
* @plugindesc Plugin that Make Dynamic Window * @author triacontane * * @param GameVariablesXPos * @desc Game variable number that stores the window X position * @default 1 * @type variable * * @param GameVariablesYPos * @desc Game variable number that stores the window Y position * @default 2 * @type variable * * @param GameVariablesWidth * @desc Game variable number that stores the window width * @default 3 * @type variable * * @param GameVariablesHeight * @desc Game variable number that stores the window height * @default 4 * @type variable * * @param AlwaysOnTop * @desc Always on top * @default false * @type boolean * * @param IncludePicture * @desc Include picture dynamic window * @default 0 * @type number * * @help Make dynamic empty window in any position. * This plugin is released under the MIT License. * * Plugin Command * D_WINDOW_DRAW [window number(1-10)] [x] [y] [width] [height] * ex1:D_WINDOW_DRAW 1 * ex2:D_WINDOW_DRAW 1 20 20 320 80