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

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

MZ plugins

Dark Plasma Shared Switch Variable - DarkPlasma_SharedSwitchVariable.js

Plugin desc : Specify switches and variables to be shared across all save data

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_SharedSwitchVariable.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_SharedSwitchVariable.js

File name : DarkPlasma_SharedSwitchVariable.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Specify switches and variables to be shared across all save data
@author DarkPlasma
@license MIT

@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 1.0.4
Specify switches and variables to be shared across all save data.
The values of the specified switches and variables will be saved to the shared
save data (save/shared.rmmzsave).

You can update the shared save data using plugin commands.

@param switchRangeList
@text Switch Range List
@desc Specifies the range list of switches to save to the shared save.
@type struct<SwitchRange>[]
@default []

@param variableRangeList
@text Variable Range List
@desc Specifies the range list of variables to be saved in the shared save.
@type struct<VariableRange>[]
@default []

@command saveSharedInfo
@text Save to Shared Save
@desc Save switches and variables to shared save data.

スポンサードリンク

-MZ plugins

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