Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Create a new plugin file with any name, and paste this, OR, paste this right into the plugin that you already have:

/*:
 * @target MZ
 */
Window_ItemList.prototype.needsNumber = function(/* item */) {
  return false;
};

works perfectly! Thanks so much