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.
Parallel Party - ParallelParty.js
Plugin desc : Parallel Party Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/ParallelParty.js
File name : ParallelParty.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Parallel Party Plugin @author Triacontane @license MIT License @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/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- You can manage multiple parties simultaneously. Each party is managed by a "party ID," with the initial party ID being "0." Each party's money and items are managed separately, and you can switch to a different party using a plugin command. Immediately after switching to a new party, there will be zero members, so add an actor using the "Swap Members" event. Actor information is shared, so if you add an actor currently in another party to a new party, their status will be inherited. Parties cannot be swapped during battle. Plugin Command Details Execute from the "Plugin Command" event command. (Parameters are separated by a space.) PP_CHANGE_PARTY 1 OFF # Changes the party to [1]. PP_CHANGE_PARTY 1 ON # Changes the party to [1] and merges resources. Turning resource merging on will merge your items and money with the party you're joining. This is useful when multiple parties that have been acting separately merge into one. If the resource sharing parameter is enabled, merging will not occur. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param リソース共有 @text Resource Sharing @desc Different parties share resources (items, weapons, armor, money, steps). (ON/OFF) @default OFF @param パーティ位置を保持 @text Hold Party Position @desc When you switch parties, your original location will be saved, and when you switch back to the original party, you will automatically move to that location. @default OFF