EXEcutor-The-Bat wrote:..., but not a normal jump.
You can also put more life to the npc and jumpDmg=1 and also in parallel execution you eliminate it in advance by script:
with npc(sysval(param1))
if .health=1 then
call nkill(sysval(param1),0,0,0,0,0,1,1)
end if
end with