RPG MAKER MZ HELP

Event Commands

Flow Control

Conditional Branch

Function

Specifies event commands which branch processes so that it is possible to run special processes only when specified conditions are met. When [Create Else Branch] is enabled, it is possible to branch conditions when the specified conditions are not met.

Settings

Specify the conditions from the options below along with the evaluation criteria.

Loop

Break Loop

Function

Stops the process being repeated using the [Loop] event command. When this is run, the process will skip to the event command specified in the row after [Repeat Above]. There are no parameters to set.

Exit Event Processing

Function

Stops processing of the contents. Event commands after this will not be processed. There are no parameters to set.

Common Events

Function

Invokes common events. After the common event that was invoked is finished processing, the game will move to the next event command.

Settings

Label

Function

Creates a jump location that can be used during processes which use the [Jump to Label] event command.

Settings

Jump to Label

Function

Causes the current process to jump to the location of the specified label. The event command of the row following this label will then be processed.

Settings

Comment

Function

Sets comments to be displayed in the contents list. Has no effect on the game.

Settings