if SERVER then local npcnodes = {} local function spawnnpcnode() end concommand.Add("artery_makenpc",spawnnpcnode) end