NPC thing...

This commit is contained in:
Fesiug 2023-10-22 00:39:50 -04:00
parent f5637f13ae
commit c6feef0797
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ function ENT:RunBehaviour()
if pos then
self:StartActivity( ACT_WALK )
self:MoveToPos( pos )
self:StartActivity( ACT_IDLE )
end
self:StartActivity( ACT_IDLE )
coroutine.wait(1)