Inventory Core
This plugin provides a standard way to manage inventories of items and gold. It offers multiple inventories so that the party for example can have multiple inventories, which can be swapped depending on your needs....
This plugin provides a standard way to manage inventories of items and gold. It offers multiple inventories so that the party for example can have multiple inventories, which can be swapped depending on your needs....
In RPG Maker, you have a party of actors. You can add actors to the party, or remove actors from the party at anytime. However, by default, all of the actors in the party can...
In RPG Maker, you have a party of actors. This is the party that you control normally when you explore the world, participate in battle, and so on. However, what happens if there are more...
In RPG Maker, you have a “party”. A party consists of a group of actors, an inventory of items, weapons, armors, and gold, and potentially some other information related to this group. By default,...
In RPG Maker, when you defeat enemies in battle, everyone that’s alive will receive some EXP. So for example, if you defeated a slime, and the slime is worth 100 EXP, then every party member that...
Ever needed to manage multiple inventories? For example, you have two actors in your game, but they are in two different locations. To make this more realistic, you would like each actor to have their own inventories,...