Flow Control
Jump
lua
Jump(mark)After the script execution ends, it jumps to the marker point generated by the Marker operator. This effect is equivalent to the Jump operator.
Tip
If executed multiple times, only the last execution takes effect.
Parameters
| Parameter | Type | Description |
|---|---|---|
| mark | String | The marker point defined by the Marker operator |
