I downloaded the MV plugin and didn't change anything in the plugin menu. Turned off all other plugins. Does not work.That is what the plugin does by default. You don't need to change anything in your menu itself. This is what it looks like for me with RPG Maker MV.
You're putting some kind of code in this menu itself for it to show undefined.I downloaded the MV plugin and didn't change anything in the plugin menu. Turned off all other plugins. Does not work.
Yes, that is correct and should be left as is if you want the highlighted choice to be orange. What is the code for the menu choices in your menu?
What plugin are you using to make the hand cursor? Does it call Window_ChoiceList.prototype.drawItem?I didn't change anything in the choice menuView attachment 256652
Is the name of the plugin file INV_HighlightChoices.jsView attachment 256653
I disabled all plugins but nothing works
Could you rename the file to exactly INV_HighlightChoices.jsI re-downloaded the plugins, so they were called (3) and (4)
Glad we finally solved it. In the future if the plugin file has any parameters in it (like this one) don't rename it. It makes it so the program can't retrieve the correct line.View attachment 256656
Finally it worked. Thank you very much!