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.
LL Variable Window MV - LL_VariableWindowMV.js
Plugin desc : Display variables on screen in 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_VariableWindowMV.js
Help of plugin :
* @target MV * @plugindesc Display variables on screen in windows. * @author Lulu's Church * @url https://nine-yusha.com/plugin-variablewindow/ * * @help LL_VariableWindowMV.js * * Displays variables on screen in windows. * Up to 4 windows can be displayed simultaneously. * * Plugin Commands: * # Show variable in window * LL_VariableWindowMV show [WindowNo] [VariableID] [X] [Y] [Width] * WindowNo: Assign different variables for windows 1–4 * VariableID: ID of variable to display * X: Window X position (default: 416 if omitted) * Y: Window Y position (default: 0 if omitted) * Width: Window width (default: 400 if omitted) * * # Hide window * LL_VariableWindowMV hide [WindowNo] * * # Example: Display VariableID:2 in Window:1 * LL_VariableWindowMV show 1 2 * * # Example: Display VariableID:2 in Window:1 (at X:0, Y:60) * LL_VariableWindowMV show 1 2 0 60 * * # Example: Display VariableID:2 in Window:1 (at X:416, Y:0, Width:200) * LL_VariableWindowMV show 1 2 416 0 200 * * # Example: Display VariableID:2 in Window:1 (auto X, Y:60) * LL_VariableWindowMV show 1 2 auto 60 * * # Example: Hide Window:1 * LL_VariableWindowMV hide 1 * * 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