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.
Self Switch Temporary - SelfSwitchTemporary.js
Plugin desc : SelfSwitchTemporary
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/SelfSwitchTemporary.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/SelfSwitchTemporary.js
File name : SelfSwitchTemporary.js
Help of plugin :
* @plugindesc SelfSwitchTemporary * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/SelfSwitchTemporary.js * @base PluginCommonBase * @author triacontane * * @param clearTransfer * @desc The self-switch is automatically released when the location is moved. * @default true * @type boolean * * @param defaultTemporary * @desc A self-switch that is treated as a temporary self-switch even if it is not specified in the memo field. * @default [] * @type select[] * @option A * @option B * @option C * @option D * * @command CLEAR_TEMPORARY_SELF_SWITCH * @desc Release all self switch. * * @help You can define a temporary self-switch that will be * automatically released. * Please fill in the memo field of the event as follows * * <TempS:A,B> # Release A,B * <TempS> # Release All * * It will be automatically deactivated when the * following plug-in command is executed. * * This plugin is released under the MIT License.