Star Points (Expression) — skript-particle

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

Syntax

[the] star points of %shapes%

Description

Returns the number of points on a star. This is the number of points on the star, not the number of particles drawn. Changing this will change the number of points on the star. The number of points must be at least 2.

Examples

set {_shape}'s star points to 5
set star points of {_shape} to 10
set star points of {_shape} to 2 * (star points of {_shape})

View source