07-06-2009, 10:24 PM
You can make a backup party by adding members to it using:
$game_party.add_backup_actor(ID)
The battle system supports more than 4 party members (not counting the backup party), in that if you have a script that enables more than 4 party members, the battle system will use them correctly, but you need an external script.
Now for the turn bars, let's say that your character's name is Eddie; then you need a picture in Graphics/Pictures/Turns/ called Eddie.png.
If you don't have pictures or you don't want them, just set TURN_USE_PICTURES=false in the configuration, and you will see the names instead.
Do you want the face too? You need a picture in Graphics/Faces/ called Eddie.png
I hope this helps.
Look, it may take some time, but I always answer.
$game_party.add_backup_actor(ID)
The battle system supports more than 4 party members (not counting the backup party), in that if you have a script that enables more than 4 party members, the battle system will use them correctly, but you need an external script.
Now for the turn bars, let's say that your character's name is Eddie; then you need a picture in Graphics/Pictures/Turns/ called Eddie.png.
If you don't have pictures or you don't want them, just set TURN_USE_PICTURES=false in the configuration, and you will see the names instead.
Do you want the face too? You need a picture in Graphics/Faces/ called Eddie.png
I hope this helps.
Quote:please answer
Look, it may take some time, but I always answer.