From fc61844e6da3dd8b795de1de76cbf84128a0b1d7 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 28 Jun 2013 16:43:00 -0700 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 0459cf3..00ed593 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -149,6 +149,8 @@ Void clear_areas(); Void remove_spawn_point(Integer spawn2_id); Void add_spawn_point(SpawnPointOptions table); Void attack(String client_name); +void attack_npc(Integer npc_entity_id); +void attack_npc_type(Integer npc_type); ``` SpawnPointOptions is a lua table that accepts the following values: