aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/npc_editor.lua
blob: 105ead8673b12ae18e323946339f37e8bcdbd0bc (plain)
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