Skip to main content

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

How do you properly add it to the battle menu? I have it in, but whenever I select it in battle, it just crashes my game and says "$cgmzTemp.reportError is not a function"

Hi, you will need to use another plugin that can add custom battle commands, such as [CGMZ] Battle Command Window though any plugin that can add custom commands should work. In your custom command, put the JS:

this.showCGMZEncyclopedia(true); // change to false if from actor command

I am not sure why you are getting that error, are you sure all of your plugins are up to date? Can you show a screenshot of the full error trace from the dev tools console?

(1 edit)

Nevermind, it somehow fixed itself.
I don't know how, but it did.

Thanks for the help anyways.

No problem, I am glad you got it working