blob: 2197cb63e93f1c1c28f86b82c2bf4a824df951dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if engine.ActiveGamemode() ~= "sandbox" then return end
ENT.Type = "anim"
ENT.Base = "info_programmable_base"
ENT.PrintName= "Townie Node"
ENT.Author= "Apickx"
ENT.Contact= "cogarr.net"
ENT.Purpose= "Set a point of intrest"
ENT.Instructions= "Make sure the npc knows to go to this node"
ENT.Spawnable = true
ENT.AdminSpawnable = false
ENT.Category = "Artery"
|