Projectile Force (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.11

Syntax

[the] projectile force

Description

Returns the force at which a projectile was shot within an entity shoot bow event.

Examples

on entity shoot projectile:
	set the velocity of shooter to vector(0,1,0) * projectile force

View source