Version 1.17 Released, Awesome New Features!



Hello, fellow RPG Maker Developers! I'm back again with some more awesome updates for you. 

There are now plugin commands/script calls that allow the developer to pull all item contents from a list of container IDs and place them in the party inventory. This is very useful in circumstances where the player temporarily needs to use items that are only available in certain containers. You can then use another plugin command or script call to put them all back. Just make sure you use the plugin commands and script calls in the correct order when applying the effects. Just remember, if the party no longer has a specific item available in the inventory, then it won't be able to put it back.

There is a new plugin parameter that's been added to this version:

Developers can now choose one of two options:

Restrictive

This option will prevent players from leaving the container or item scenes while the current inventory weight exceeds the maximum weight limit. It will also add the ability to drop items in the container scene while indicating this to the player by displaying a message in the help window.



Relaxed

This option will allow players to leave both scenes while exceeding the maximum weight limit, which is identical to the old way the plugin worked. This option is mostly for people who don't find a use for the new feature and would like to revert back to the old way.

And finally, I've added another script call/plugin command that allows developers to call the item scene from the map. This is useful after performing a conditional script call to check if the player exceeds the maximum party weight. This will then force the player to drop items before leaving the item scene.

I hope that you find a use for the new features.

Happy RPG Making!

Files

DM_LimitedInventory.js v1.17 133 kB
78 days ago

Get Limited Inventory - [MZ]

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.