Icon Balloons (YEP)

From Yanfly.moe Wiki
Revision as of 15:38, 21 June 2019 by Yanfly (talk | contribs) (Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=lPpJLic9gh0</youtube> |link1 = <html><iframe src="https://itch.io/embed/399641" height="167" width="552" framebo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.



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.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Image Balloons

Save this image into your project’s img/system folder.

EmptyBalloons.png

Help File

============================================================================
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
============================================================================

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!