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.
Self Switch Temporary - SelfSwitchTemporary.js
Plugin desc : SelfSwitchTemporary
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/SelfSwitchTemporary.js
File name : SelfSwitchTemporary.js
Help of plugin :
* @plugindesc SelfSwitchTemporary * @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 * * @help You can define a temporary self-switch that will be * automatically released. * Please fill in the memo field of the event as follows * * <SST_Switch:A,B> # Release A,B * <SST_Switch> # Release All * * It will be automatically deactivated when the * following plug-in command is executed. * * CLEAR_TEMPORARY_SELF_SWITCH * * This plugin is released under the MIT License.