RPG MAKER MZ HELP
Event Commands
 
		Movement Route Settings
What is a Movement Route?
A movement route determines how a player or event will move. This is set if [Custom] is selected in the event's [Autonomous Movement] settings, as well as when using [Set Movement Route]. Either setting will be carried out in the [Set Movement Route] window. Routes can be edited when used with [Movement Commands] that control the movement, direction, etc. of the player. For example, entering [Move Right], [Move Down], [Move Left], then [Move Up] movement commands will cause the target to move in a clockwise loop from their current location.
Parameter Details
 
			Player
Specify the target actor/event for the movement route. This will be set only when configuring the [Set Movement Route] event command.
Preview
A preview of the movement route on the map will be carried out.
Command List
The list of movement commands that have been registered. Movement commands are registered here in the order they will be carried out. 
When clicking a movement command button on the right, it will be added at the position of the highlighted item in the list on the left. Additionally, you can perform actions such as re-editing or copying settings using the context menu that appears when you right-click an item.
Movement Commands
A group of commands used to control the movement and direction of characters (players/events). When clicking a command's button, it will be added (inserted) at the location which is currently selected in the command list on the left. The function of each command is explained below. The movement distance for 1 step is equal to one tile.
- 
					Move Down/Move Left/Move Right/Move Up/Move Lower Left/Move Lower Right/Move Upper Left/Move Upper RightMove 1 step in the direction indicated in the command's name. 
- 
					Move at RandomMove 1 step in a randomly selected direction (up, down, left, or right). 
- 
					Move Toward PlayerMove 1 step in the direction of the player. 
- 
					Move Away From PlayerMove 1 step in a direction away from the player. 
- 
					1 Step ForwardMove 1 step in the direction the target is currently facing. 
- 
					1 Step BackwardMove 1 step in the opposite direction the target is currently facing. 
- 
					JumpMove using a jump. Specify the distance to jump by setting the [X coordinate] and [Y coordinate] (each can be between -100 and 100, with a positive value indicating the right or down direction). Players will move through obstacles during a jump. However, if a party has [Show Player Followers] set to ON, members from the 2nd party member onward will remain in their location(s) prior to the jump. 
- 
					WaitSpecify the time to stop the process in number of frames (1 to 999). One frame is equal to 1/60th of a second. 
- 
					Face Down/Face Left/Face Right/Face UpCauses the target to face the direction specified in the name. 
- 
					Turn 90° Right/Turn 90° LeftCauses the target to turn 90° in the direction specified in the name. 
- 
					Turn 180°Causes the target to face in the opposite direction. 
- 
					Turn 90° Right or LeftCauses the target to change the direction they are facing randomly by 90°. 
- 
					Turn at RandomCauses the target to randomly face up, down, left, or right. 
- 
					Turn toward PlayerCauses the target to face toward the player's location. 
- 
					Turn away from PlayerCauses the target to face away from the player's location. 
- 
					Switch ON/Switch OFFChange the specified switch to the value in the name of the command. 
- 
					Change SpeedChange the [Speed] setting under [Autonomous Movement] of the target map event. This change will remain in effect even after movement has finished. 
- 
					Change FrequencyChange the [Frequency] setting under [Autonomous Movement] of the target map event. This change will remain in effect even after movement has finished. 
- 
					Walking Animation ON/Walking Animation OFFChange the value of the [Walking] setting under [Options] of the target map event. This change will remain in effect even after movement has finished. 
- 
					Stepping Animation ON/Stepping Animation OFFChange the value of the [Stepping] setting under [Options] of the target map event. This change will remain in effect even after movement has finished. 
- 
					Direction Fix ON/Direction Fix OFFChange the value of the [Direction Fix] setting under [Options] of the target map event. This change will remain in effect even after movement has finished. 
- 
					Through ON/Through OFFChange the value of the [Through] setting under [Options] of the target map event. This change will remain in effect even after movement has finished. 
- 
					Transparent ON/Transparent OFFChange the image of the character to be displayed/hidden. When set to ON, the character will not be displayed. This change will remain in effect even after movement has finished. 
- 
					Change ImageChange the character's image to the specified image. This change will remain in effect even after movement has finished. 
- 
					Change OpacityChange the opacity (0 to 255) of the image of the character. When set to 0, the image will be invisible. This change will remain in effect even after movement has finished. 
- 
					Change Blend ModeChange the blending method of the colors displayed for the characters and map. This change will remain in effect even after movement has finished.- [Normal] ・・・ Displayed as normal.
- [Additive] ・・・ Displayed in a whiter color.
- [Multiply] ・・・ Displayed in a darker color.
- [Screen] ・・・ Displayed in a brighter color.
 
- 
					Play SEPlay the specified SE. 
- 
					ScriptRun the loaded script. 
Options
This is where you can specify the way to process the movement commands entered into the command list. Enable the processes to apply as necessary.
- 
					Repeat MovementsWhen enabled, the contents of the command list will be run repeatedly. 
- 
					Skip If Cannot MoveWhen enabled, processes that specify movements which are not possible due to things such as obstacles will be skipped. 
- 
					Wait for CompletionWhen enabled, all other processes will be temporarily paused until all movement commands are finished being processed. This can only be set when configuring the [Set movement Route] event command.