Particle Star (Expression) — skript-particle

Addon: skript-particle · Category: Expression

Syntax

[a] [solid] star with %number% points(,| and) inner radius %number%[,] and outer radius %number%

Description

Creates a star shape with the given number of points, inner radius, and outer radius. The number of points must be at least 2, and the inner and outer radii must be greater than 0. Note that "points" in this context is referring to the tips of the star, not the number of particles.

Examples

set {_shape} to star with 5 points, inner radius 1, and outer radius 2
draw the shape of a star with 4 points, inner radius 2, and outer radius 4 at player

View source