Citizen Age (Expression) — Skonic

Addon: Skonic · Category: Expression · Since: 1.2.3-b1

Syntax

[the] (citizen|npc) age of %npcs%

Description

The age of a citizen. - Ordered between -24000 and 0. Any negative integer being a baby, and 0 being an adult.

Examples

set {_age} to npc age of last created citizen
# BABY
set npc age of npc with id 2 to -24000

View source