- Joined
- Oct 2, 2016
- Messages
- 18
- Reaction score
- 6
- First Language
- Portuguese
- Primarily Uses
- RMMV
Hello everyone!
As I posted before, I am working on a Visual Novel project, and I'm using Galv's plugin for the choices and Krimer's plugin so players can call the menu during dialogs.
The only problem is that after I call the menu during a choice (with galv's plugin active), firstly the menu opens, pretty fine, but when I close it, the game stops and give this error:
As I posted before, I am working on a Visual Novel project, and I'm using Galv's plugin for the choices and Krimer's plugin so players can call the menu during dialogs.
The only problem is that after I call the menu during a choice (with galv's plugin active), firstly the menu opens, pretty fine, but when I close it, the game stops and give this error:
My js understanding is very low, so I can only detect the origin of the problem, but I don't know how to fix it. Could you guys help me out?YEP_CoreEngine.js:1098 TypeError: Cannot read property '0' of undefined
at Window_ChoiceList.drawButton (GALV_VisualNovelChoices.js:168)
at Window_ChoiceList.drawItem (GALV_VisualNovelChoices.js:125)
at Window_ChoiceList.Window_Selectable.drawAllItems (rpg_windows.js:1256)
at Window_ChoiceList.Window_Selectable.refresh (rpg_windows.js:1283)
at Window_ChoiceList.Window_Command.refresh (rpg_windows.js:1438)
at Window_ChoiceList.update (GALV_VisualNovelChoices.js:196)
at rpg_core.js:7035
at Array.forEach (<anonymous>)
at WindowLayer.update (rpg_core.js:7033)
at rpg_scenes.js:262
Last edited:

