It would be really helpful to be able to show the item's description while hovering over a key item in the 'Select Item' effect. It looks like someone did this with a single line of code in Ace if it helps as a reference:
https://forums.rpgmakerweb.com/index.php?threads/select-key-item-with-item-descriptions.34521/
The description would appear in a separate window below the 'select item' dialogue, or in a 'show message' at the bottom of the screen.
If anyone has the time to look at this that would be amazing, it would be very helpful for my IGMC entry. Thanks for reading!
Show description for hovered items in 'Select Item' event
● ARCHIVED · READ-ONLY
-
-
Just to be safe - what kind of a description do you mean? The item description defined in the editor or some kind of a custom field for a completely custom description? Because you can achieve a custom description box with Yanfly's item core :)
As you can see, up there there is a description box... The default one :D And down there I have a little story describing that item :Dit would look like this for example -
Here is a super-ultra quick and dirty solution. Should hopefully play nice with other plugins.
-
-
@Geoff Moore Sure! Just change line 8 ~ 10 :
Code:if (this._helpWindow) { this._helpWindow.y = this.y + this.height; } -
@Ossra: It's perfect! I'll be sure to include you in my credits, thank you so much : )