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.
MNKR TM Bye Command MZ - MNKR_TMByeCommandMZ.js
Plugin desc : Added the ability to separate from companions to the menu commands.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMByeCommandMZ.js
File name : MNKR_TMByeCommandMZ.js
Help of plugin :
@target MZ
@url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMByeCommandMZ.js
@plugindesc Added the ability to separate from companions to the menu commands.
@author munokura
@license MIT License
@help
How to Use:
This plugin adds the ”Bye” menu command.
This command cannot be executed if there is one or fewer party members.
Memo Tag (Actor):
<disableBye>
Actors with this tag in the memo field cannot be bidden.
Plugin Commands:
disableBye
Disables the ”Bye” command from the menu.
enableBye
Restores a disabled ”Bye” command.
# Contact Information
This is a plugin originally created for RPG Maker MV that has been ported to
MZ.
Please contact the modifier for any inquiries.
# Terms of Use
MIT License.
http://opensource.org/licenses/mit-license.php
Modifications and redistribution are permitted without permission from the
author, and there are no restrictions on use (commercial, R18+, etc.).
@param byeCommand
@text Command Display
@desc Command name for the goodbye command.
@default 別れる
@param byeSe
@text sound effect files
@desc The file name of the sound effect to be played when the goodbye command is executed.
@type file
@default Decision1
@require 1
@dir audio/se/
@param byeSeParam
@text Sound effect parameters
@desc Goodbye command sound effect parameters
@type struct<seParam>
@default {”volume”:”90”,”pitch”:”100”,”pan”:”0”}
@param clearEquipments
@text Remove equipment
@desc Should I remove my equipment just before we split up?
@type boolean
@on remove
@off Do not remove
@default false
@command disableBye
@text Disable Goodbye Command
@desc Disables the Goodbye command from the menu commands.
@command enableBye
@text Enable Goodbye Command
@desc Reverts the disabled goodbye command.