The RPG Maker Resource Kit

RMRK RPG Maker Creation => MV => MV Scripts Database => Topic started by: Glasses on February 19, 2016, 10:30:08 PM

Title: Popups
Post by: Glasses on February 19, 2016, 10:30:08 PM
Name: Popups
Version: 1.3
Author: Mr. Trivel
Created: 2016-02-19
 

What does it do?
Shows popups on item/gold get. Or custom ones on demand.
 

Video:
https://www.youtube.com/watch?v=ecV5fk7QrFQ (https://www.youtube.com/watch?v=ecV5fk7QrFQ)
 

Images:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fpuu.sh%2FndWE1%2F3fcb97d6e1.gif&hash=4519ed476756c5b34539b048d3d523ae44409c57)(https://rmrk.net/proxy.php?request=http%3A%2F%2Fpuu.sh%2FndZh7%2Fba9e71dcff.gif&hash=9d257884122268ad1fa1abcf9173cf69ffc8fa15)
 

How to use?
Everything is set up using Plugin Commands.
And we have a couple of those:
CreatePopup [Icon Index] [Icon Allignment] [Text]
StopPopups - disables popups
StartPopups - enables popups

Icon Index - index of the icon to show, 0 to not show any
Text - text to show, can use escape characters like \n[1]
Icon Allignment - is icon onon Left or Right side of the popup, left by default

Examples:
CreatePopup 23 left Reputation +\v[20]
CreatePopup 17 right Memories gone
 

Plugin: <GitHub> (https://github.com/Trivel/RMMV/blob/master/MrTS_PopUp.js)
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
 

Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
Title: Re: Popups
Post by: Glasses on February 21, 2016, 07:10:34 PM
Version 1.2
 - Crash fixes.

Version 1.3
 - Fixed StopPopups command.