Home > Tutorials > RPG Maker XP > 4 Party system
4 Party system 
Materials:
At least 4 actors available
1 Common event <Named "party menu" or similar>
1 switch <named "party menu controller" or similar>
1 variable <"Party NO" or similar>
Knowledge of switches,conditional branches and common events
1:Make Common Event <party menu>
2:Make commands as follows:
@>Conditional branch: The A button is being pressed
Show choices: Party 1,Party 2,Party 3,Party 4
3:Then you add a new command. There should be four of these but they should be different as in
The first one should add Party 1 members and remove party members of 2,3,4 and so on.
4:For the next bit, you'll need your Variable, "Party no." Put three conditional branches, the first saying you need variable equal to 2, 2nd variable 3, 3rd variable 4. now on Conditional branch 1 put "if variable is equal to 2, remove <members of party 2> from party. Do the same for parties 3 and 4.
5: You then put in the command "change party member" and add party 1. Last of all, go into "Control Variables" and set it to 1.
You now repeat this for party 2 but substitute conditional branch variable 2 for 1, and make sure that in the end it adds party 2 and in conditional branch variable 1 it removes party 1. There! Understand? Below we have how to add other members to party using a simple switch mechanism.
1: You have your starting characters all set up right? if you invent a character that is to be used later in the game, simply make a switch with thier name.
2.In your party change menu, in the choice that is his party, put a conditional branch requiring thier switch to be activated at the end of that particular choice. Put "change party member, add <his/her name>" for if activated.
This is my first tutorial, I hope you happy RPG making and Wish to see you in the near future.
Colin13
|
|
Details
|
|
Tutorial:
|
4 Party system |
|
Date Listed:
|
Thu, 28 Jan 2010 01:41:31 -0500 |
|
Author:
|
Colin13
|
|
Total Hits:
|
364 |
|
|