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.
XP Style Result - XPStyleResult.js
Plugin desc : RPG Maker XP style for result.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/499948976.html
File name : XPStyleResult.js
Help of plugin :
* @target MZ
* @plugindesc RPG Maker XP style for result.
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/499948976.html
* @help Ver.1.1.0
* You can scroll the window with up/down keys, mouse wheel, drag and swipe.
*
* @param terms
* @text Terms
* @desc Set terms.
* @type struct<terms>
* @default {"levelUp":"LEVEL UP!"}
*
* @param x
* @text X-Coordinate
* @desc X coordinate of result window
* @default auto
* @type combo
* @option auto
*
* @param y
* @text Y-Coordinate
* @desc Y coordinate of result window
* @default auto
* @type combo
* @option auto
*
* @param width
* @text Width
* @desc Width of result window
* @default auto
* @type combo
* @option auto
*
* @param maxLines
* @text Max Lines
* @desc Maximum number of lines in result window
* @default 7
* @type number
* @min 1
*
* @param countItems
* @text Count Items
* @desc count the items.
* @default true
* @type boolean
*
* @param noRepeat
* @text No repeat on page turn
* @desc Never miss a text with a long press.
* @default true
* @type boolean
*
* @param windowSkin
* @text Window Skin
* @desc Specifies the file name of the result window.
* @type file
* @dir img/system
*
* @param windowOpacity
* @text Window Opacity
* @desc Specifies the opacity of the result window.
* -1 is system default.
* @default -1
* @type number
* @min -1
*