Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hello! i'm using this on rpg maker MV and there is a problem i'm having where whenever i try to open the menu on my game it says "TypeError this._statusWindow.reserveFaceImages is not a function". any idea on how to fix it?

This is probably caused by another plugin. Please do the following:

When you see the error...

  • Press F12 to open the debug console
  • Super Important! Navigate to "console" tab
  • Screenshot the text section highlighted in red
  • Paste it here

Furthermore, disable all other plugins and check if the error persists or resolves. If it resolves, try enabling all other plugins one by one to track down which plugin is causing this incompatibility. This info helps me a lot!

i will say that i tried using this on a fresh project and it worked completely fine but when i try it on this one i get this error. there are no other plugins running on either of those projects, but i think it might have to do with sumranddevs super tools, because those make lasting changes to the hud iirc

i am trying to send the screenshot but it is giving me a hard time :(

ah! so it turns out all i needed to do was remove the line of code that used that function! its working just fine now

Glad to hear it's working :)