Original Source
- Original title: Hime Inventory System
- Original author: Tsukihime
- Original date: September 2, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/hime-inventory-system.126628/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
The Hime inventory system makes it easier for you to manage inventory-related mechanics. The base plugin let's you assign ID's to your inventories and then change between them quickly using a simple script call. This means you can switch inventories on the map, during battle, using skills, and so on. Eventually, more features will be added such as actor inventories, chest inventories, storage system, grid based inventory management, and other possibly interesting inventory mechanics. For now, you get to have multiple inventories.
Archived First Post
The Hime inventory system makes it easier for you to manage inventory-related mechanics.
The base plugin let's you assign ID's to your inventories and then change between them quickly using a simple script call. This means you can switch inventories on the map, during battle, using skills, and so on.
Eventually, more features will be added such as actor inventories, chest inventories, storage system, grid based inventory management, and other possibly interesting inventory mechanics.
For now, you get to have multiple inventories.
Download
Hime Inventory System by HimeWorks
Terms of Use: https://himeworks.com/terms-of-use/
Compatible with MV and MZ.
Usage
To switch party inventories, use the script call
$gameParty.setInventory( ID )
If the ID doesn't exist, a new inventory will be created with that ID.
By default the first inventory is called "party1".
Example
Let's say you wanted to create a second party inventory called "party2", you would say
$gameParty.setInventory("party2")
$gameParty.setInventory("party1")
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use: https://himeworks.com/terms-of-use/ Compatible with MV and MZ. Usage To switch party inventories, use the script call
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...