Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
PANDA SE Before Choices - PANDA_SEBeforeChoices.js
Plugin desc : play SE when a choices list is displayed.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20200927221414.html
File name : PANDA_SEBeforeChoices.js
Help of plugin :
* @target MV MZ * @plugindesc play SE when a choices list is displayed. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20200927221414.html * * @help When the choices list is displayed by the event command "Show Choices", * play the SE specified by the plugin parameters. * Playing SE makes it easier to recognize that you have a choice. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param SEFileName * @text SE File Name * @desc Specify the File Name of the SE to play. * @type file * @dir audio/se/ * * @param SEVolume * @text SE Volume * @desc Specify the Volume value of the SE to play. * @type number * @decimal 0 * @max 100 * @min 0 * @default 90 * * @param SEPitch * @text SE Pitch * @desc Specify the Pitch value of the SE to play. * @type number * @decimal 0 * @max 150 * @min 50 * @default 100 * * @param SEPan * @text SE Pan * @desc Specify the Pan value of the SE to play. * @type number * @decimal 0 * @max 100 * @min -100 * @default 0