print("ze") function rejuvenatorHit(damage, activator, caller) print("called") local damageThreshold = 1 print(damage) print(activator) print(caller) if damage < damageThreshold then return end caller:AddCond(43, 5, activator) timer.Simple(5, function() caller:Suicide() end) end print("got here")