Unique Item and Skill Sounds [Ver 1.0] by Scatkat
Introduction
By default, RPG MAKER MZ doesn't allow you to have unique sound effects when you use items or skills from the menu. This plugin will let you change that using a simple notetag: <se:Filename>
Features
There are plugin parameters that will allow you to change the volume, pitch and pan of the sound effects. If there is no sound effect set in a skill or item's notetag, it will play the default sound set up in the engine.
How to Use
In the notetag of an item or skill, simply use this command:
<se:Filename>
Where 'Filename' is the name of the sound effect you wish to use. For example if you want to use the sound effect Absorb1 for an item, simply put the command:
<se:Absorb1>
in it's notetag.
Plugin Commands / Script Calls
There are no script calls or plugin commands.
Terms
Free to use in commercial and non commercial games. All I ask is to include me (Scatkat) in your credits. You may edit my work and distribute it freely as long as credit is given to me.