Entity Shoot Bow - Force (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.16.0

Syntax

shoot force

Description

Gets the force the arrow was launched with in an entity shoot bow event. This is a number between 0 and 1.

Examples

on entity shoot bow:
	if shot force < 0.5:
		cancel event

View source