Template:VisuMZ Party System Plugin Commands
Jump to navigation
Jump to search
The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.
---
Party Plugin Commands
---
Party: Call Party Scene - Calls the party changing scene.
---
Party: Change Max Battle Members - Changes the number of max battle members possible. - Cannot be use mid-battle. Max Members: - Changes the number of max battle members possible. - Use 0 for the game's default number.
---
Party: Lock/Unlock Member(s) - Allows you to lock/unlock a party member. - Locked actors cannot change their party position. Actor ID(s): - Select which actor(s) to lock/unlock. - Locked actors cannot change their party position. Lock?: - Lock the selected actor(s)?
---
Party: Move Actor(s) to Active - Map Only. - Moves an actor to the active party if there is room. - The actor needs to have joined the party. Actor ID(s): - Select which actor(s) to move to the active party if there is room.
---
Party: Move Actor(s) to Reserve - Map Only. - Moves an actor to the reserve party. - Must be 1 actor left. - The actor needs to have joined the party. Actor ID(s): - Select which actor(s) to move to the reserve party.
---
Party: Move Party Index to Reserve - Map only. - Moves an actor in a specific party index to reserve. - Must be 1 actor left. Index: - Type in which index to move. - Index values start at 0. - You may use JavaScript code.
---
Party: Move Random Reserve to Active - Map only. - Moves a random actor from the reserve party to active. - Must be enough space in active party.
---
Party: Require Member(s) - Allows you to require/free a party member. - Required actors must be in the party to exit the scene. Actor ID(s): - Select which actor(s) to require/free. - Required actors must be in the party to exit the scene. Require?: - Make the selected actor(s) required?
---
Temporary Parties Plugin Commands
Temporary parties are very specific parties that will overwrite whatever the player has set as a party. These can include current party members or even actors that haven't joined. The temporary party cannot be changed nor can the positions of said party members can be changed.
When a temporary party is present, menu and battle commands involving changing party members will be disabled.
Once the temporary party is disbanded, the player's selected party will be available once again as well as all of the functions to change party members and their positions.
---
Temp: Create Temporary Party (Normal) - Creates a temporary party with specific actors. - Can't be used in battle. Actor ID(s): - Select which actor(s) to be added to the temporary party until the temporary party is disbanded.
---
Temp: Create Temporary Party (JS) - Creates a temporary party selected with JavaScript. - Can't be used in battle. JS: Actor ID(s): - Use JavaScript to determine which actor(s) are added to the temporary party until disbanded.
---
Temp: Disband Temporary Party - Clears temporary party. - Can't be used in battle.
---