Fishing Approach Angle (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.10

Syntax

(min[imum]|max[imum]) fish[ing] approach[ing] angle

Description

Returns the angle at which the fish will approach the fishing hook, after the wait time. The angle is in degrees, with 0 being positive Z, 90 being negative X, 180 being negative Z, and 270 being positive X. By default, returns a value between 0 and 360 degrees.

Examples

on fish approach:
	if any:
		maximum fishing approach angle is bigger than 300.5 degrees
		min fishing approach angle is smaller than 59.5 degrees
	then:
		cancel event

View source