From cda70b47f13623d086188f686c005a017ccc5b25 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 24 Aug 2017 18:08:43 -0400 Subject: Vairious updates --- lua/entities/info_edit_huntablespawn/shared.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua/entities/info_edit_huntablespawn/shared.lua (limited to 'lua/entities/info_edit_huntablespawn/shared.lua') diff --git a/lua/entities/info_edit_huntablespawn/shared.lua b/lua/entities/info_edit_huntablespawn/shared.lua new file mode 100644 index 0000000..09c731f --- /dev/null +++ b/lua/entities/info_edit_huntablespawn/shared.lua @@ -0,0 +1,13 @@ +if engine.ActiveGamemode() ~= "sandbox" then return end + +ENT.Type = "anim" +ENT.Base = "base_entity" + +ENT.PrintName= "Huntable Spawn" +ENT.Author= "Apickx" +ENT.Contact= "cogarr.net" +ENT.Purpose= "Set a point that npc's can spawn at" +ENT.Instructions= "Put a few of these down out of sight" +ENT.Spawnable = true +ENT.AdminSpawnable = false +ENT.Category = "Artery" -- cgit v1.2.3-70-g09d2