aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/npcs/base.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/npcsystem/npcs/base.lua')
-rw-r--r--gamemode/npcsystem/npcs/base.lua5
1 files changed, 5 insertions, 0 deletions
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