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.
Popup Message - PopupMessage.js
Plugin desc : ver1.02/Added the control character _pum[delay,x,y,action] to change the message display to a popup.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Map_Message/Popups/PopupMessage.js
File name : PopupMessage.js
Help of plugin :
@plugindesc ver1.02/Added the control character _pum[delay,x,y,action] to change the message display to a popup. @author Yana @url https://github.com/munokura/Yana-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/Yana-MV-plugins ). Original plugin by Yana. ----- By adding _pum[delay,x,y,action,pattern] to the message in the message display, you can change the message to a popup. delay is the delay value; it waits this many frames before popping up. x is the X coordinate of the display position. If unspecified, it is set to 0. y is the Y coordinate of the display position. If unspecified, it is set to the screen height - popup height. action is the action type. If set to 1, the action will be from top to bottom. pattern is the behavior pattern. Normal is the same as before, GrowUp is for "grow", and Stretch is for "squish". ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ This plugin requires the "Generic Popup Base" plugin. Place it below the Generic Popup Base. ------------------------------------------------------ Update History: ver. 1.02: Added movement pattern settings. ver. 1.01: Added the ability to adjust the display position. ver. 1.00: Released @param Pop Message FontSize @desc The default font size for popup messages. @default 28 @param Pop Message Count @desc The duration for which the pop-up message is displayed. @default 120