From 6d9625e0e3e936cbbce110226b37fc96db793fc0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 11 Jan 2016 20:01:06 -0500 Subject: Got npc working --- gamemode/npcsystem/npcs/base.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gamemode/npcsystem/npcs/base.lua') diff --git a/gamemode/npcsystem/npcs/base.lua b/gamemode/npcsystem/npcs/base.lua index 880e4a5..337276f 100644 --- a/gamemode/npcsystem/npcs/base.lua +++ b/gamemode/npcsystem/npcs/base.lua @@ -54,6 +54,11 @@ end function NPC:Behaviour() end +--what to replace BehaveUpdate with +function NPC:BehaveCycle(number seconds_since_last_update) +end + +--Called when the npc is spawned function NPC:OnSpawn() end -- cgit v1.2.3-70-g09d2