Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

genkimon

1
Posts
5
Following
A member registered 34 days ago

Recent community posts

(1 edit)
This was exactly what I needed, thank you!
Since I have a lot of usable and unusable items I made a small change to line 1142 so it would only show usable items:
return $gameParty.hasItem(item) && DataManager.isItem(item) && this.isEnabled(item);
It's my first time using RMMZ so if there's a better way to do it, or the plugin gets updated with something like this, I'd love to know, thanks :)