Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: legacyblade on February 24, 2008, 01:12:02 pm

Title: Switching between certain party members
Post by: legacyblade on February 24, 2008, 01:12:02 pm
Hey, I'm working on an on map party switching for use in an ABS. But the thing is, I need it to only switch between members in the party that are in a certain array, but still leave the members in the other array in the party. This is for RGSS1, not RGSS2. If you could help, that would be great!
Title: Re: Switching between certain party members
Post by: legacyblade on February 25, 2008, 12:17:39 pm
meh, bump.
Title: Re: Switching between certain party members
Post by: Blizzard on February 25, 2008, 12:42:21 pm
Do you mean a party reorder script?
Title: Re: Switching between certain party members
Post by: legacyblade on February 25, 2008, 02:22:07 pm
No. When the leader dies, he is added into the array of dead actors, and it switches to the next living actor. If no more actors exist within the living actor array, then it calls game over. I'm still working out some of the kinks on the rest, but the party switching part sucks. I only know how to rotate through the party. Is there any way to rotate through only the party members in the living actors array?
Title: Re: Switching between certain party members
Post by: Blizzard on February 26, 2008, 05:26:25 am
Wait, do you need that for the map, for battle or in common? Because, if you need it for the map, my caterpillar can remove dead actors from the caterpillar.
Title: Re: Switching between certain party members
Post by: legacyblade on February 26, 2008, 01:47:28 pm
Yeah, your caterpillar would work, but it gives me an error when using it with XAS. So I started making my own addon...
Title: Re: Switching between certain party members
Post by: Blizzard on February 27, 2008, 09:40:25 am
Now, that's surprise isn't it. :P
Title: Re: Switching between certain party members
Post by: legacyblade on February 27, 2008, 02:31:43 pm
yeah, XAS is very incompatible. I have an XAS site (poor timing), and they want party abilities...so I decided to help out. I'll see if I can get your caterpillar script working though.