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.
Extra Window - ExtraWindow.js
Plugin desc : Extra Window Display Per Scene Plugin
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : triacontane
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginsofficial ExtraWindow.js
File name : ExtraWindow.js
Help of plugin :
* @target MZ * @plugindesc Extra Window Display Per Scene Plugin * @author triacontane * @base PluginCommonBase * @orderAfter PluginCommonBase * * @param WindowList * @text Window List * @desc A list of windows to be added to all screens. * @default [] * @type struct<Window>[] * * @help ExtraWindow.js * * Additional window displays can be used for scenes that have an optional window specified. * Basic information such as coordinates, font size, whether there's an open/close animation, etc. can be set. * Control characters can be used in the window display text, and when the return value is changed, * it will automatically be redrawn. *