Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: cellicom's PartySaver - Save and Load the order of party members
- Original author: cellicom
- Original date: April 5, 2022
- Source thread: https://forums.rpgmakerweb.com/threads/cellicoms-partysaver-save-and-load-the-order-of-party-members.146458/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
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
Archived First Post
Hi to all,
I have developed a plugin for myself, but I think it might be useful to someone.
Features
● Save the order of party members.
● Load and Overwrite the order of party members.
How to use
Easy Peazy!
USE A SCRIPT BLOCK!
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
Enjoy!
I have developed a plugin for myself, but I think it might be useful to someone.
Features
● Save the order of party members.
● Load and Overwrite the order of party members.
How to use
Easy Peazy!
USE A SCRIPT BLOCK!
● Get Party IDs - Get a comma separated string of current members IDs
● Save Party - use params for variableID
● Restore Party - use params for variableID
● Save Party - use an ID for x
● Restore Party - use an ID for x
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);
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
Enjoy!
Features Mentioned
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks - cellicom Terms Free to use in any RPG Maker MV project including commercial. Credit are appreciated
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...