- Joined
- Jun 17, 2016
- Messages
- 66
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- N/A
I have an item called "glowing box" that gives the player a random legendary item on opening. Because of this, it needs to open up a message window when it is used, telling the player which item they got. However, when using this item from the item menu I get a crash saying, "cannot read property "refresh" of undefined". I'm pretty sure that the problem is the item's common event trying to open a message box while the menu is still open.
I am using MOGHunter's menu plugins, including his item_scene plugin. When I turn it off, this works fine, so this is almost certainly an issue with that plugin. That being said, is there a way around this? If I could just force close the menu with an event, I'm pretty sure that would fix this problem. Is that possible?
I am using MOGHunter's menu plugins, including his item_scene plugin. When I turn it off, this works fine, so this is almost certainly an issue with that plugin. That being said, is there a way around this? If I could just force close the menu with an event, I'm pretty sure that would fix this problem. Is that possible?
Last edited:

