From 100342bdd0a979f283f90875663784f20282dd5e Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 4 May 2019 16:05:01 -0400 Subject: Started on the NPC overhual Added some bits to start on the npcs overhaul --- gamemode/npcsystem/sh_talkablenpc.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gamemode/npcsystem/sh_talkablenpc.lua') diff --git a/gamemode/npcsystem/sh_talkablenpc.lua b/gamemode/npcsystem/sh_talkablenpc.lua index 9e1cfb9..85c5aaa 100644 --- a/gamemode/npcsystem/sh_talkablenpc.lua +++ b/gamemode/npcsystem/sh_talkablenpc.lua @@ -9,6 +9,11 @@ setmetatable(npc,{__index = base}) npc.Name = "Talkable NPC Base" +--Get the dialog for a particular player +function npc.getDialogFor(ply) + +end + reg.RegisterNPC(npc) return npc -- cgit v1.2.3-70-g09d2