Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

RPG Maker Help Window Update 2016-08-27

No permission to download
This is best used in events like this one where you need to display variables in a skill, such as number of uses... Otherwise it doesn't update until you move the cursor off and on the item again.

JavaScript:
/*:
* @plugindesc Updates the help window for displaying variables in a skills description.
* @author William TheUnproPro
*/
Window_Help.prototype.update = function() {
    this.refresh();
}

Screenshot:
upload_2016-8-27_15-0-48.png
Author
TheUnproPro
Downloads
119
Views
253
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from TheUnproPro

Latest reviews

Thank you for this script! I'm glad someone else did it first. I was worried that I'd have to do it.
TheUnproPro
TheUnproPro
It's quite handy lol
Top