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

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

MZ plugins

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.

スポンサードリンク

-MZ plugins

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