This script upgrades the window that shows whether characters can equip the item selected in the shop goods window, and their stat changes from doing so.
This script shows the changes in all seven stats that can change from equipping either a weapon or armor. Also, instead of showing the character names in the normal color or disabled color, this scirpt makes it show that the character's graphic is shown in color if they can equip the item, or black and white if they can't. To use this script, replace the entire Window_ShopStatus class with the one provided, and add the new methods Window_Base#up_color and Window_Base#down_color, unless you already have them added from using my equip window script.
Open your project in the maker. After that, open with F11 the RGSS editor, scroll down to the end of the left list, and right click on the element 'Main', than insert. Named it Advanced Shop Status Window V1.0 and put on the right site the Source CodeRead more