Others†
Note†
Comments can be added. They will not be reflected during the game.
Label Definition†
The "Label Jump" panel allows you to specify a "label" in the event to jump to.
“Labels” can be set as strings.
Label Jump†
It is possible to jump to a "label" specified within the same event sheet.
The label to jump to is specified in the "Label Definition" panel.
- This command has the same behavior as the "GOTO" command in the "BASIC" programming language.
- Jump Destination Label Name
Assign a label to jump to.
If the corresponding label is not found on the same sheet, this panel is ignored.
- Fixed Value
Within the same sheet, you can select labels that have been defined in the “Label Definition” panel.
- Variable Box Value
Specify the label name using the variable value.
[Attention]
- The Label Jump is a powerful command, but its overuse tends to cause confusion. Please be careful when using it.
- It is strongly recommended to avoid placing multiple identical labels. (It works, but it is confusing.)
- Although it is possible to create a loop process using label jumps, it is necessary to build a process that can skip label jump commands under some conditions in order to exit from the loop.
Note that the "Escape from Loop" panel cannot be used to escape from a loop.