- Joined
- Sep 24, 2016
- Messages
- 10
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Im working on a menu for viewable documents, sort of like a collections/document menu. I've have the menu displaying and the category window working, but when I test the item window after selecting the Item I want to use, I keep getting a Cannot read property of 'item' undefined. I used the developer's tools to find out where it's crashing and it crashes in Scene_ItemBase.prototype.item(). The item window for some reason it undefined, but I have it defined in the Scene_Collectibles section of my code. I checked to see if the other plugins i'm using was casuing this issue and it's not. I put this in a seperate project with no other plugins and i still get the same results. Here's the code i've been working on and some screenshot of the crashes. If anyone can help, it will be much appreciated!
View attachment Collectible Menu.js


View attachment Collectible Menu.js



