From d4f197a35c207c9891d3f4dc5e9708af48c935de Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 9 Aug 2016 17:53:52 -0400 Subject: Added some weapons --- gamemode/shared/npc_editor.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gamemode/shared/npc_editor.lua (limited to 'gamemode/shared/npc_editor.lua') diff --git a/gamemode/shared/npc_editor.lua b/gamemode/shared/npc_editor.lua new file mode 100644 index 0000000..105ead8 --- /dev/null +++ b/gamemode/shared/npc_editor.lua @@ -0,0 +1,10 @@ + +if SERVER then + local npcnodes = {} + + local function spawnnpcnode() + + end + + concommand.Add("artery_makenpc",spawnnpcnode) +end -- cgit v1.2.3-70-g09d2