I try this script its not working any one help me
The amount of HP a player will respawn with 50%HP and SP
- script Heal -1,{
OnPCDieEvent:
sleep2 1300;
if(killerrid != getcharid(3)) {
dispbottom "50% of Max HP/SP will be restored";
if(HP == 0);
percentheal 50,50;
}
end;
}