Skip to main content

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

Yes

I'm not too sure, as I am unable to reproduce the problem in my test project. If you want, you could send me a sample project with just [CGMZ] plugins installed that has the problem so I can take a look at it. You can send me a DM over discord with a link to download the project with the issue.

One thing you could try is to paste this into the bottom of the plugin's .js file, but it might just make the error occur at a different place:

CGMZ_Window_ReputationList.prototype.item = function() {
    return (this._data) ? this._data[this.index()] : null;
};