RPG MAKER MZ HELP
Event Commands
 
		Party
Change Gold
 
			Function
Changes the amount of gold in the party's possession.
Settings
- 
					OperationSpecify whether to increase or decrease the parameter. 
- 
					OperandSet the amount by which to increase or decrease gold. Choose [Constant] to change the gold using a fixed value, then enter the amount. Choose [Variable] to set the amount using a variable, then specify the variable to reference. 
Change Items
 
			Function
Changes the quantity of items in the party's possession. Upon changing the quantity, if the new value is outside of the 0 to 99 range, the value will be adjusted to either 99 (max number a player can have) or 0 (none in inventory).
Settings
- 
					ItemsSpecify the item to be increased or decreased. 
- 
					OperationSpecify whether to increase or decrease the parameter. 
- 
					OperandSet the amount by which to increase or decrease the quantity. Choose [Constant] to change the quantity using a fixed value, then enter the amount. Choose [Variable] to set the amount using a variable, then specify the variable to reference. 
Change Weapons
 
			Function
Changes the quantity of weapons in the party's possession. Upon changing the quantity, if the new value is outside of the 0 to 99 range, the value will be adjusted to either 99 (max number a player can have) or 0 (none in inventory).
Settings
- 
					WeaponsSpecify the weapon to be increased or decreased. 
- 
					OperationSpecify whether to increase or decrease the parameter. 
- 
					OperandSet the amount by which to increase or decrease the quantity. Choose [Constant] to change the quantity using a fixed value, then enter the amount. Choose [Variable] to set the amount using a variable, then specify the variable to reference. 
- 
					Include EquippedWhen enabled, weapons that actors have equipped can also be decreased. 
Change Armor
 
			Function
Changes the quantity of weapons in the party's possession. Upon changing the quantity, if the new value is outside of the 0 to 99 range, the value will be adjusted to either 99 (max number a player can have) or 0 (none in inventory).
Settings
- 
					ArmorSpecify the armor to be increased or decreased. 
- 
					OperationSpecify whether to increase or decrease the parameter. 
- 
					OperandSet the amount by which to increase or decrease the quantity. Choose [Constant] to change the quantity using a fixed value, then enter the amount. Choose [Variable] to set the amount using a variable, then specify the variable to reference. 
- 
					Include EquippedWhen enabled, armor that actors have equipped can also be decreased. 
Change Party Members
 
			Function
Change the formation of the actors in the party. You can also change the number of actors in the party to 0 using this command. In this situation, players will not be displayed on the map.
Settings
- 
					ActorsSelect the actor to change. 
- 
					OperationSelect which operation to perform (Add/Remove). 
- 
					InitializeWhen enabled, the traits when adding an actor will be reset according to the parameters in the [Database].