diff options
Diffstat (limited to 'gamemode/npcsystem/npcs/bird.lua')
| -rw-r--r-- | gamemode/npcsystem/npcs/bird.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/npcs/bird.lua b/gamemode/npcsystem/npcs/bird.lua index d09f1ef..fa98335 100644 --- a/gamemode/npcsystem/npcs/bird.lua +++ b/gamemode/npcsystem/npcs/bird.lua @@ -33,7 +33,7 @@ end --What to replace ENT:RunBehaviour with
function NPC:Behave()
- print("Going into bird's custom behaviour")
+ --print("Going into bird's custom behaviour")
while ( true ) do
self:StartActivity( ACT_IDLE ) -- walk anims
self:PlaySequenceAndWait( "Idle01" ) -- Sit on the floor
|
