Projectile Critical State (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.5.1

Syntax

[the] (projectile|arrow) critical (state|ability|mode) of %projectiles%

Description

A projectile's critical state. The only currently accepted projectiles are arrows and tridents.

Examples

on shoot:
	event-projectile is an arrow
	set projectile critical mode of event-projectile to true

View source