From 4db16fdfd4d5f3cbf10c9f030a0053b4b9275a3d Mon Sep 17 00:00:00 2001 From: Barbz Date: Wed, 27 May 2020 01:42:03 +0200 Subject: fix: Add extra info to creature.md (#232) --- docs/creature.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/creature.md') diff --git a/docs/creature.md b/docs/creature.md index 2344f38..e8f4097 100644 --- a/docs/creature.md +++ b/docs/creature.md @@ -317,6 +317,8 @@ The ID as defined within [creature\_equip\_template](creature_equip_template) co - **  0**: No equipment defined. - **1+**: The individual id within creature\_equip\_template. +If creature spawned with `.npc add`, then this value will be set automatically (0 if nothing in creature_equip_template). + ### position\_x The X position of the creatures spawn point. -- cgit