From 87effe94a0f2431c284b38c957a4ecf6a249583a Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 28 Jun 2013 16:29:02 -0700 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 3ff1d36..0459cf3 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -148,6 +148,7 @@ Void remove_area(Integer id); Void clear_areas(); Void remove_spawn_point(Integer spawn2_id); Void add_spawn_point(SpawnPointOptions table); +Void attack(String client_name); ``` SpawnPointOptions is a lua table that accepts the following values: