11-24-2019, 04:57 AM
(This post was last modified: 11-24-2019, 04:59 AM by DerVVulfman.)
There is a flaw with the system. You use the ITEM ID to distinguish between one item and another. That's fine insofar as the ITEM database. But you also have ITEM IDs for Weapons and Armor. Using an ITEM ID of #2, I would have the same description for a high potion as I would an Iron Sword.
And you didn't add the '< Window_Selectable' to the Window_Item class, separating it from its Selectable parent class.
And you didn't add the '< Window_Selectable' to the Window_Item class, separating it from its Selectable parent class.