Shape Particle (Expression) — skript-particle

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

Syntax

[the] [custom] particle of %shapes%

Description

The particle of a shape. This is the particle that the shape uses to draw itself. Changing this will change the particle of the shape. Resetting or deleting it will set it back to the default particle (flame). You can set the particle to any base or custom particle.

Examples

set {_shape}'s particle to flame
set {_shape}'s particle to 1 of electric spark with extra 0
reset {_shape}'s particle

create a new custom particle:
	particle: soul fire flame
	velocity: inwards
	extra: 0.5
	force: true
set {_shape}'s particle to the last created particle

View source