1 2 3 4 5 6 7 8 9 10
if SERVER then local npcnodes = {} local function spawnnpcnode() end concommand.Add("artery_makenpc",spawnnpcnode) end