How do you kill an NPC, I tried doing NPC:Kill() but no luck and I have checked the wiki and cannot find anything on it (im a noob with npcs)
You could try NPC:SetHealth(0)? I don't know if that will work nor if that is a good method, but try it.
Also, Kill() can only be called on players.
Actually, a method I'm SURE will work would be to use Entity:TakeDamage( 100 )
[code]NPC:TakeDamage( 100 )
[/code]
I have better luck with NPC:Fire("sethealth","-1",0)
Sorry, you need to Log In to post a reply to this thread.