Switching between certain party members

Started by legacyblade, February 24, 2008, 01:12:02 pm

Previous topic - Next topic

legacyblade

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!

legacyblade


Blizzard

Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

legacyblade

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?

Blizzard

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.
Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

legacyblade

Yeah, your caterpillar would work, but it gives me an error when using it with XAS. So I started making my own addon...

Blizzard

Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

legacyblade

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.