Shape Copy (Expression) — skript-particle

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

Syntax

[a] shape cop(y|ies) of %shapes%

Description

Returns a copy of the given shape. This is useful if you want a modified version of a shape without changing the original.

Examples

set {_shape-2} to a copy of {_shape}
set {_shape} to a copy of a sphere with radius 1

View source