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.
LL Variable Window - LL_VariableWindow.js
Plugin desc : Display variables on screen using windows.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation
Author : Lulu's Church
Website : https://nine-yusha.com/
Desc page : https://nine-yusha.com/plugin-variablewindow/
File name : LL_VariableWindow.js
Help of plugin :
* @target MZ * @plugindesc Display variables on screen using windows. * @author Lulu's Church * @url https://nine-yusha.com/plugin-variablewindow/ * * @help LL_VariableWindow.js * * This plugin displays game variables on screen using windows. * Up to 4 variable windows can be shown at the same time. * * Plugin Commands: * Show Window: Display a variable in a window. * Hide Window: Remove a displayed window. * * Terms of use: * ・No copyright notice required. * ・No report needed for use. * ・Free for commercial and non-commercial. * ・No restriction for adult works. * ・You may modify freely for your game. * ・Redistribution as plugin material (incl. modified) prohibited. * * Author: Lulu's Church * Date: 2022/5/14 * * @command showWindow * @text Show Window * @desc Display a variable in a window. * * @arg windowId * @text Window ID * @desc Choose which window number to use. * Up to 4 windows can be displayed at once. * @type select * @default 1 * @option 1 * @value 1 * @option 2 * @value 2 * @option 3 * @value 3 * @option 4 * @value 4 * * @arg variableId * @text Variable * @desc The variable to display in the window. * @type variable * * @arg windowX * @text X Position * @desc X position of the window. Enter "auto" to center. * @default 408 * @type string * * @arg windowY * @text Y Position * @desc Y position of the window. Enter "auto" to center. * @default 60 * @type string * * @arg windowWidth * @text Width * @desc Width of the window. * @default 400 * @type number * * @command hideWindow * @text Hide Window * @desc Hide a previously displayed window. * * @arg windowId * @text Window ID * @desc Choose which window number to hide. * @type select * @default 1 * @option 1 * @value 1 * @option 2 * @value 2 * @option 3 * @value 3 * @option 4 * @value 4