Welcome to PGMV! 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.
TM Bye Command - TMByeCommand.js
Plugin desc : Added the ability to separate from companions to the menu commands.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMByeCommand.js
File name : TMByeCommand.js
Help of plugin :
@plugindesc Added the ability to separate from companions to the menu commands.
@author tomoaky
@url https://github.com/munokura/tomoaky-MV-plugins
@license MIT License
@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/tomoaky-MV-plugins ).
Original plugin by tomoaky.
-----
TMPlugin - Goodbye Command ver. 1.0.0
How to Use:
This plugin adds the "Bye" menu command.
The command cannot be executed if there is one or fewer party members.
This plugin has been tested with RPG Maker MV Version 1.3.4.
Plugin Commands:
disableBye
Excludes the "Bye" command from the menu.
enableBye
Restores a previously excluded "Bye" command.
Memo Tag (Actor):
<disableBye>
Actors with this tag in the Note field cannot be bidden.
@param byeCommand
@desc Command name for the goodbye command. Default: Break up
@default break up
@param byeSe
@desc File name of the sound effect to be played when the goodbye command is executed. Default: Decision1
@default Decision1
@type file
@require 1
@dir audio/se/
@param byeSeParam
@desc Goodbye command sound effect parameters Default: {"volume":90, "pitch":100, "pan":0}
@default {"volume":90, "pitch":100, "pan":0}