Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dark Plasma Suppon Shop Stock Patch For RMMV1-5 - DarkPlasma_SupponShopStockPatchForRMMV1-5.js
Plugin desc : Patch plugin for SupponShopStock
License : MIT License
Author : DarkPlasma
Download Page : https://raw.githubusercontent.com/elleonard/RPGtkoolMV-Plugins/master/plugins-for-rmmv1.5/DarkPlasma_SupponShopStockPatchForRMMV1-5.js
File name : DarkPlasma_SupponShopStockPatchForRMMV1-5.js
Help of plugin :
* @plugindesc Patch plugin for SupponShopStock * @author DarkPlasma * @license MIT * @deprecated * * @help * This plugin is patch for SupponShopStock.js. * * If you want to use SupponShopStock.js and TMItemCategoryEx.js, * and to separate shop buy window by item category, * you only have to do following steps. * * 1. Add this plugin under SupponShopStock.js. * 2. Add following code in anonymous function of SupponShopStock.js. * * window[Scene_supponSSshop.name] = Scene_supponSSshop; * * CAUTION!! * This plugins is deprecated. * If you want to use TMItemCategoryEx.js and shop with stock system, * I recommend that you use DarkPlasma_ShopStock.js instead of SupponShopStock.js. * If you want to separate shop buy window by item category, * please consider using DarkPlasma_ShopBuyByCategory.js.