Icon Balloons (YEP)
Jump to navigation
Jump to search
Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.
Download
System
This is a plugin created for RPG Maker MV.
For help on how to install plugins, click here.
For help on how to update plugins, click here.
Got errors with your RPG Maker MV plugin? Click here.
Image Balloons
Save this image into your project’s img/system folder.
Yanfly Engine Plugins
This plugin is a part of the Yanfly Engine Plugins library.
Introduction
RPG Maker MV provides us with 15 Balloon Animations to use to allow our events to show emotions with. Sometimes, this just isn't enough. However, this plugin allows you to use icons from your IconSet to extend the number of balloon types you can use.
Plugin Commands
Plugin Commands are event commands that are used to call upon functions added by a plugin that aren't inherently a part of RPG Maker MV.
Here is a list of Plugin Command(s) that you may use:
Use these plugin commands to get icon balloons playing on the player/events. Plugin Commands --- ShowIconBalloon x on Player ShowIconBalloon x on Player, Wait ShowIconBalloon x on Event y ShowIconBalloon x on Event y, Wait ShowIconBalloon x on Follower y ShowIconBalloon x on Follower y, Wait ShowIconBalloon x on This Event ShowIconBalloon x on This Event, wait - This will cause the Icon Balloon using icon index x to appear on the player, event y, or follower y. If 'wait' is used, then the event will wait until the balloon has finished playing. --- ShowIconBalloon x to y on Player ShowIconBalloon x to y on Player, Wait ShowIconBalloon x to y on Event z ShowIconBalloon x to y on Event z, Wait ShowIconBalloon x to y on Follower z ShowIconBalloon x to y on Follower z, Wait ShowIconBalloon x to y on This Event ShowIconBalloon x to y on This Event, Wait - This will cause the Icon Balloon start on icon index x and move through to y, the next icon upward each few frames up to icon index y. This icon balloon will be played on the player, event z, or follower z. If 'wait' is used, then the event will wait until the balloon has finished playing. When using this command, x cannot be greater than y.
Changelog
Version 1.02: - Added 'This Event' option to Show Icon balloons thanks to Eldaym! Version 1.01: - Updated for RPG Maker MV version 1.5.0. Version 1.00: - Finished Plugin!