TDW Item Use Confirmation
Version 1.03
by wrigty12
[For RPGMaker MZ]​
Description:
Adds a confirmation window when you try to use an item or skill (in the Main Menu) that doesn't require selecting an actor.
Functionality:
*Disclaimer* This currently does not work in Battle, only in the Main Menu.
This is plug-n-play plugin!
Installing this allows a Use/Cancel command window to appear when you try to use an item. This helps prevent the user from using an item by accident.
By default, this appears in the middle of the screen. Use X & Y Offsets to change this.
Notetags:
You can add these Notetags to Items or Skills.
You can specify a Use or Cancel label for individual items using notetags:
Code:
<Use Label: put your string here>
<Cancel Label: put your string here>
If you wish for a specific Item/Skill to not use the Confirmation Window, add the following notetag to that Item/Skill:
Just put these notetags in an Item/Skill's Note box to change its command from the default.
Examples:
Want drinkable items to say "Drink?" instead of your default?
<Use Label: Drink?>
Want to add flair to an expensive item's Cancel command?
<Cancel Label: No Way!>
Plugin:
https://wrigty12.itch.io/tdw-item-use-confirmation
Credits:
wrigty12
Terms:
Feel free to use in any way you like. No credit required, unless you feel like it!
Notes:
Eventually I'll update this to also work with using items in Battle...
Changelog:
Version 1.03:
- Can now set Items/Skills to skip the confirmation window via notetag.
Version 1.02:
- Fix to prevent error when trying to use a skill in menu out of battle
- Enable the window to be used/configured for skills (out of battle)
Version 1.01:
- Added Use Label and Cancel Label notetags
Version 1.00:
- Initial release
Credits: wrigty12 Terms: Feel free to use in any way you like. No credit required, unless you feel like it!