New Item Indication - Version 1.1
RPG Maker MV Plugin
Galv
Introduction
Another of my VX Ace scripts moved to MV - see which items are new.
Screenshot
Features
This plugin adds an image over weapon/item/armor icons that have been obtained for the first time in the game to indicate that it's a new item.
This 'new' image disappears once the player examines it (moves the cursor over it to see the help text) in the menu.
How To Use
- Copy the "Galv_NewItemIndication.js" file into your project's /js/plugins/ folder.
- Activate plugin using the 'Plugin Manager'
- You'll need an image to use in /img/system/ and set the plugin setting to point to it.
- Read the help file and examine the demo to learn how it works
Terms
Free to use in any RPG Maker MV project including commercial. Please credit "Galv".
Updates
2017-02-11 - Version 1.1 - new item indicator now gets removed after cursor leaves the item instead of when it first is selected
2017-01-25 - Version 1.0 - release