aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/npc_editor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/npc_editor.lua')
-rw-r--r--gamemode/shared/npc_editor.lua10
1 files changed, 10 insertions, 0 deletions
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