Citizen Anchors (Expression) — Skonic

Addon: Skonic · Category: Expression · Since: 1.3

Syntax

anchors of (citizen|npc) %npc%

Description

The anchor locations of a Citizens NPC. Changing: SET expects locations, ADD expects a location, REMOVE expects a location, DELETE removes all.

Examples

set {_locs::*} to anchors of {_npc}
add location(0, 0, 0, world "world") to anchors of {_npc}

View source