From eac0cce3e157c8b08dc4783e7ec6e1679a17b797 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 14:39:59 -0700 Subject: [PATCH] Updated Lua NPC (markdown) --- Lua-NPC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-NPC.md b/Lua-NPC.md index 995b8b7..3cc9fdc 100644 --- a/Lua-NPC.md +++ b/Lua-NPC.md @@ -1,5 +1,7 @@ Lua_NPC is a class exported to Lua that represent the NPC object from EQEmu. All Lua_NPC are also [Lua_Mob](Lua-Mob). +[Return to the Lua API](Lua-API) + ### Properties ``` npc.null -- Returns true if this object is null