I want to replace the timer here
self.Owner:DoAnimationEvent(ACT_ZOMBIE_LEAPING)
timer.Simple(0.5, function()
self.Owner:DoAnimationEvent(ACT_ZOMBIE_LEAPING)
end )
With something that will repeat ACT_ZOMBIE_LEAPING until the player is on the ground.