Citizen Is Navigating (Condition) — Skonic

Addon: Skonic · Category: Condition · Since: 1.0.7, 1.2.3(location)

Syntax

(citizen|npc)[s] %npcs% (is|are) navigating [to %location%]

Description

Returns the bool of whether the citizen is pathfinding.

Examples

if npc with id 1 is navigating:
	make citizen npc with id 1 attack player

View source