I was updating a pain trigger and noticed that in the fpsplayer.lua file that the functions:
Script:Hurt(damage,distributorOfPain)
and
Script:TakeDamage(damage)
Script:Hurt will lower your health and when dead initiate the death sequence by calling Script:Kill(), BUT it will NOT...