Inventory Size
-Tsukihime
This script allows you to limit the size of an inventory by item count.
When you have exceeded the limit:
-items will not be added to your inventory.
-equips cannot be removed, only exchanged
-cannot buy anymore items from the shop until you free up some space
This script does not define how extra items should be handled, nor does it
handle what happens when your inventory size decreases and you have extra
items.
Download
Script: http://db.tt/K2nXwfvl
Usage
Set the initial inventory size in the configuration.
You can change the size of the inventory using script calls
$game_party.change_inventory_size(n) # for some integer n
Other useful script calls:
$game_party.inventory_size # returns the size of the inventory
$game_party.inventory_full? # returns true or false, whether it's full or not
$game_party.inventory_space # returns how much space is available