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 Info Popup W Indow - LL_InfoPopupWIndow.js
Plugin desc : Displays info messages as popups.
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-infowindow/
File name : LL_InfoPopupWIndow.js
Help of plugin :
* @target MZ * @plugindesc Displays info messages as popups. * @author Lulu's Church * @url https://nine-yusha.com/plugin-infowindow/ * * @help LL_InfoPopupWIndow.js * * Displays info messages as popups. * Useful for item pickups, event notifications, and more. * Use the plugin command to show the popup window. * * Plugin Command: * Show Message: Displays an info popup message. * * To change the font size: * Use the control code ¥FS["size"] (e.g. ¥FS[16]) * * 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/3/6 * * @command showMessage * @text Show Message * @desc Displays an info message as a popup. * * @arg messageText * @text Message Text * @desc Enter the text to display. Control characters are supported. * Multiple lines not supported. * @type string * * @arg showCount * @text Display Duration * @desc Duration to show the window. (1/60 sec) * Enter -1 to display until scene changes. * @default 180 * @max 999 * @min -1 * @type number * * @arg windowX * @text Window X * @desc X position of the popup window. Use "auto" to center. * Width adjusts to text automatically. * @default 0 * @type string * * @arg windowY * @text Window Y * @desc Y position of the popup window. Use "auto" to center. * @default 60 * @type string * * @arg seName * @text Sound Effect * @desc Sound effect played when the popup appears. * @dir audio/se * @type file * @require 1 * * @arg seVolume * @text SE Volume * @desc Volume of the sound effect (0–100%). Default: 90% * @default 90 * @max 100 * @min 0 * @type number * * @arg sePitch * @text SE Pitch * @desc Pitch of the sound effect (50–150%). Default: 100% * @default 100 * @max 150 * @min 50 * @type number * * @arg sePan * @text SE Pan * @desc Pan of the sound effect (-100–100). Default: 0 * @default 0 * @max 100 * @min -100 * @type number * * @arg windowBackground * @text Window Background * @desc Choose the background style for the popup. * @type select * @default 0 * @option Window * @value 0 * @option Dim * @value 1 * @option Transparent * @value 2 * * @command hideMessage * @text Hide Message * @desc Hides the currently displayed info popup.