Shape Length/Width/Height (Expression) — skript-particle

Addon: skript-particle · Category: Expression · Since: 1.0.0

Syntax

[the] shape (length|width|height) of %lwhshapes%

Description

The length, width, or height of a shape. Changing this will change the size of the shape. Resetting or deleting it will set it back to the default value of 1.

Examples

set {_shape}'s shape length to 5
set {_shape}'s shape width to 5
set {_shape}'s shape height to 5
reset {_shape}'s shape length
reset {_shape}'s shape width
add 6 to {_shape}'s shape height

View source