Particle Bezier Curve (Expression) — skript-particle

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

Syntax

[a] [bezier] curve from [start] %vector/entity/location% to [end] %vector/entity/location% (with|using) control point[s] %vectors/entities/locations%

Description

Creates a bezier curve between the given start and end points, using the given control points to change the curve.

Examples

set {_shape} to a bezier curve from {a} to {b} with control points {c} and {d}
set {_shape} to a curve from player to player's target with control point (location 3 above player)

View source