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.
Balloon Position - BalloonPosition.js
Plugin desc : Balloon position adjustment plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/BalloonPosition.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/BalloonPosition.js
File name : BalloonPosition.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/BalloonPosition.js @plugindesc Balloon position adjustment plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- BalloonPosition.js Adjusts the display coordinates of the balloon. Enter the following in the event memo field. <BalloonX:5> # Shifts the balloon’s X coordinate to the right [5]. <BalloonY:-5> # Shifts the balloon’s Y coordinate up [5]. This plugin does not have any plugin commands. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param BalloonXNoImage @text No image X coordinate @desc Adjust the balloon X coordinate for events that do not have an image specified. @type number @default 0 @min -2000 @max 2000 @param BalloonYNoImage @text No image Y coordinate @desc Adjusts the Y coordinate of the balloon for events for which no image is specified. @default 0 @min -2000 @max 2000 @param BalloonXPlayer @text Player X coordinate variable @desc This variable acquires the X coordinate of the player’s speech bubble. @type variable @default 0 @param BalloonYPlayer @text Player Y coordinate variable @desc This variable acquires the Y coordinate of the player’s speech bubble. @type variable @default 0 @param BalloonXEvent @text Event X coordinate variable @desc This variable acquires the X coordinate of the event’s balloon. If a value is entered, it takes priority over the value specified in the memo field. @type variable @default 0 @param BalloonYEvent @text Event Y coordinate variable @desc This variable gets the Y coordinate of the event’s balloon. If a value is entered, it takes priority over the value specified in the memo field. @type variable @default 0