
RPG Maker MZ Plugin: Item Choice
A downloadable asset pack
If you like this plugin, you can buy me a Ko-Fi! You can also find all the pay plugins for a cheaper subscription!
This is a simple plugin that calls a menu showing the items in the inventory based on your preferences, you can choose between:
- All Items
- All Weapons (including or not including equipped)
- All Armors (including or not including equipped)
- All Inventory (including or not including equipped)
- All kind of inventory objects with the wanted metaTag (including or not including equipped)
To tag an item write <WD_Items:name> changing "name" with the wanted metaTag in the item/weapon/armor note field of the editor
It's encouraged to set standard values in the plugin parameters, you will be able to change them every time you call the plugin in the override options
There is only 1 plugin command that calls the items selection window, the plugin will return the dedicated switch ON if the player made a selection or OFF if he cancelled
It will also return a dedicated variable for the item ID and (if selected) another variable for the selected item category (1 if item, 2 for weapon and 3 for armor)
The plugin does NOT handle anything else on its own
WARNING: VARIABLES AND SWITCH MUST BE SELECTED OR THE PLUGIN WILL THROW AN ERROR
Terms of use
Please refer to the Terms of Use. By using this plugin you accept WinterDream terms
Version, bugs and further development
VERSION 1.0:
- Initial Release
Future released will aim to add some more option, for example not letting the player cancel the selection
Status | Released |
Category | Assets |
Author | WinterDream Games Creator |
Tags | item, plugin, RPG Maker, RPG Maker MZ |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Hey there, Winter! I just had a quick question; is it possible to have multiple meta tags placed on an item/armor/weapon? Like a sword that has 'epic' and 'weapon' as it's tags, so when the item check checks for the meta tag 'epic' it shows up, and when it checks for the meta tag 'weapon' it shows up? I've tried adding the <WD_Items:name> twice but it didn't work, haha!
No, it doesn't work because you search for a specific tag name and as for V1.0 there is only 1 tag allowed. I might add a multiple tag search (like <WD_Items:name1,name2> in the a future v1.1 but for now I fear there is no way to add multiple tags on an item :(
Okay, thanks so much for considering it though! I appreciate it! :D