Save-Point
Party Changer - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Party Changer (/thread-2454.html)



Party Changer - Dargor - 03-07-2008

Party Changer
by Dargor
Version 3.1

Introduction

THIS SCRIPT NOW REQUIRES THE CUSTOM COMMANDS SCRIPT!
---> Custom Commands <---

This is an RMVX version of my Party Changer script! It does not contains all features from my XP Party Changer but I'll add these features gradually.

To call the scene use $scene = Scene_PartyChanger.new

Features
Some features might not work without my Large Party script.
  • Supports large party
  • The party changer is available in battle
  • You can display an actor's detailed status when pressing SHIFT (It also works in battle!)
  • It's possible to lock an actor in the party and in the reserve (Refer to the script header for more informations!)
  • Actors can be forced to be in the party (Yes, it's different than the locked_party feature!)
  • Actors in the reserve can get a % of the exp earned in battle
  • Party Changer and Party Arrange are available in the Main Menu
  • On-map Party Switcher
  • Support for multiple parties

You will need an icon named locked.png in the Graphics\System directory.
Be sure to IMPORT the icon with the Materialbase.
[Image: quick_lock.gif]

Screenshots
[Image: vxpchanger1pz3.th.png][Image: vxpchanger2yc8.th.png][Image: vxpchanger5rz6.th.png]
[Image: vxpchanger3gf4.th.png][Image: vxpchanger4xy4.th.png]

Script

http://www.freewebs.com/rmxp-ff/VX%5FParty...anger%5F3.1.txt

Demo

http://www.mediafire.com/?5njd1k6myxw

Notes

This script must now be used with the Custom Commands script.
All Party Changer variables now belong to Game_System (instead of Game_Temp)

Hope you like it!
-Dargor