Exseiken's Party Switcher - 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) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: Exseiken's Party Switcher (/thread-2822.html) |
Exseiken's Party Switcher - Trickster - 03-02-2008 Exseiken's Party Switcher
Version: 1.1 Introduction A Version of Exseiken's Party Switcher that I rewrote, I did do a few minor graphical modifications to the script, but nothing major. I did a few improvements on its coding and included a setup module. Screenshots Demo Download Here Script The Families should not be able to party switch the old grandma with the younger members of the family... Instructions Add in a new script above main If you want to make an actor mandatory use .mandatory = true where actor is an instance of Game_Actor ex ($game_party.actors[0], $game_actors[2]) If you want to make an actor available use .unavailable = false where actor is an instance of Game_Actor ex ($game_party.actors[0], $game_actors[2]) See the setup module for the one option I added to the script See the script header on how to call the Scene FAQ Note: Permission granted by Trickster to post: Quote:And if you post what you have now of my stuff then you don't have the latest versions. I'm too lazy/busy to post stuff.As this is his material, it is deletable upon his request. Due to his current absense, no support is available. Please do not PM or eMail him for support. Compatibility Requires SDK Part I Credits and Thanks Exseiken for writing the original. Author's Notes May do some improvements later, Sleepy time... Terms and Conditions Hey, I posted this publicly. You can use it. What do you expect? But if you do use it, I do expect you to spell my name correctly in your game. And yes you can use it in commercial games too. |