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:
● Save Party - use params for variableID
JavaScript:
● Restore Party - use params for variableID
JavaScript:
● 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
Enjoy!
本贴来自国际rpgmaker官方论坛作者:cellicom处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/cellicoms-partysaver-save-and-load-the-order-of-party-members.146458/ |