An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

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

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.