DESCRIPTION WINDOW

RPG Maker XP

This Window shows all available information of Skills/Items/Weapons/Armors

  • girish41
  • 12/27/2012 08:28 AM
  • 3125 views
Features
Autodetect (Skill/item/Weapon/Armor)
Shows all available information
Possibility to draw an extra picture

Instructions

Put this Script above Main
For non SDK-Users: delete line 5, 7 last line

To show the descriptions press Z

For those, who use extra pictures:
create in \Graphics\ the folders: Items, Weapons, Skills, Armors
create a picture called 0, in every directory, to prevent crashes
(when picture 9 isn't found for example the script uses picture 0)
all the pictures must be .png's

Screenshots




Credits
No credit to me. I have done absolutely nothing of it.
Thanks to the one who made the make_stat_element method.