Exit (Effect) — Skript

Addon: Skript · Category: Effect · Since: unknown (before 2.1)

Syntax

(exit|stop) [trigger]

Description

Exits a given amount of loops and conditionals, or the entire trigger.

Examples

loop blocks above the player:
	loop-block is not air:
		exit 2 sections
	set loop-block to water

View source