Ok First I changed windows_Object to Windows_Item everywere.
Then I deleted every script after yours.
Then I removed self.contents.font.name = $fontname because it was making an error.
Now the second menu work. Sort of. Only item 001 and 002 are showing. I dont know why but 033 and 034 are not showing.
Now in the meantime, I'll try to copy past every script that came after yours and try the menu avery time until I find the one that is overlaping.
Then I deleted every script after yours.
Then I removed self.contents.font.name = $fontname because it was making an error.
Now the second menu work. Sort of. Only item 001 and 002 are showing. I dont know why but 033 and 034 are not showing.
Code:
module Special_Items
ITEMS = [001,002,033,034] # List of Item IDs from the database
WEAPONS = [] # List of Weapon IDs from the database
ARMORS = [] # List of Armor IDs from the database
end
Now in the meantime, I'll try to copy past every script that came after yours and try the menu avery time until I find the one that is overlaping.