diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-24 18:08:43 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-24 18:08:43 -0400 |
| commit | cda70b47f13623d086188f686c005a017ccc5b25 (patch) | |
| tree | b3ecc32afbc1f96097ffac57279569b3cc31d7dd /lua/entities/info_edit_huntablespawn/shared.lua | |
| parent | d370c6c0f7d9249065bcdb9b2c7b80c3fe6470a6 (diff) | |
| download | artery_editor-cda70b47f13623d086188f686c005a017ccc5b25.tar.gz artery_editor-cda70b47f13623d086188f686c005a017ccc5b25.tar.bz2 artery_editor-cda70b47f13623d086188f686c005a017ccc5b25.zip | |
Vairious updates
Diffstat (limited to 'lua/entities/info_edit_huntablespawn/shared.lua')
| -rw-r--r-- | lua/entities/info_edit_huntablespawn/shared.lua | 13 |
1 files changed, 13 insertions, 0 deletions
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" |
