Fish Hook - Wait time (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.8.0

Syntax

[the] (min|max) wait time of %entities%

Description

Represents the min/max wait time for a fish hook to catch a fish. NOTE: this is before applying lure. NOTE: min wait time must be less than max wait time. Both must be greater than 0. Defaults: min = 100 ticks (5 seconds), max = 600 ticks (30 seconds).

Examples

on fish:
	if fish state = fishing:
		set min wait time of fish hook to 1 second
		set max wait time of fish hook to 2 seconds

View source