Save-Point

Full Version: Save-Point
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board Message
Sorry, you do not have permission to access this resource.
Save-Point - Select members of the party (not a party change script)

Save-Point

Full Version: Select members of the party (not a party change script)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm looking for a script where it gives you a list of the current members of the party, and allows you to select up to two members, except for the first member of the party. How many you select is up to a variable.

If the variable 1 is equal to 0, then you can select 2, if its equal to 1 you can select 1, if its equal to 2 then you can't select any

The ids of the party members need to be stored into variables 2 and 3. If you can only select 1 member, one of those variables will be greater than 0, therefore you use the other.

A little information needs to be displayed on the select screen.
Name, sprite, gender and level
Example Here: [Image: example.png]

I have a method used for displaying the gender, works the same as level etc. ( draw_actor_gender(actor, x, y) )

Thanks to anyone who can help
What should you do with the extra party members? Store them in some variable? Just delete them forever and ever?
store their id in the variable then remove them from the party
OK, since RMXP or VX doesn't include a Gender attribute, would you like to use the Class Name attribute as the Gender one or not? (That would be the easiest way to deal with this...)
as i said in the first post, i already have a method for doing the gender - draw_actor_gender(actor, x, y)