An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

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

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.