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.
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.