From 0532a099a2fa079f2cd8d76b03c8e1709707db5b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 2 Jul 2013 14:29:11 -0700 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 00ed593..b7c6548 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -149,8 +149,11 @@ 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); +Void attack_npc(Integer npc_entity_id); +Void attack_npc_type(Integer npc_type); +Void follow(Integer entity_id); +Void follow(Integer entity_id, Integer distance); +Void stop_follow(); ``` SpawnPointOptions is a lua table that accepts the following values: