じ☆ve冰风 发表于 2026-7-28 17:18:20

cellicom's PartySaver - Save and Load the order of party members

Hi to all,
I have developed a plugin for myself, but I think it might be useful to someone.

cellicom's Party Saver
RPG Maker MV Plugin
cellicom​

Features
● Save the order of party members.
● Load and Overwrite the order of party members.

How to use
Easy Peazy!
USE A SCRIPT BLOCK!

Spoiler: Click Me● Get Party IDs - Get a comma separated string of current members IDs
                JavaScript:       
cellicom.getPartyIds();


● Save Party - use params for variableID
                JavaScript:       
cellicom.saveParty();


● Restore Party - use params for variableID
                JavaScript:       
cellicom.loadParty();


● Save Party - use an ID for x
                JavaScript:       
cellicom.saveParty(x);
cellicom.saveParty(5);

● Restore Party - use an ID for x
                JavaScript:       
cellicom.loadParty(x);
cellicom.loadParty(5);


How to Install
- Copy the script file into your project's /js/plugins/ folder.


Plugin
Get it here


Credit and Thanks
- cellicom


Terms
Free to use in any RPG Maker MV project including commercial. Credit are appreciated
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7

Enjoy!


本贴来自国际rpgmaker官方论坛作者:cellicom处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/cellicoms-partysaver-save-and-load-the-order-of-party-members.146458/
页: [1]
查看完整版本: cellicom's PartySaver - Save and Load the order of party members