Leash Will Drop (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.10

Syntax

[the] (lead|leash) [item] (will|(won't|will not)) (drop|be dropped)

Description

Checks whether the leash item will drop during the leash detaching in an unleash event.

Examples

on unleash:
	if the leash will drop:
		prevent the leash from dropping
	else:
		allow the leash to drop

View source