the script does heal the player, however, after the player dies he stays standing and displays his posistion and keeps sending orders, even though your dead.
I've tried combatting this with:
?alive _u
goto "loop"
?not alive _u
goto "end"
#loop
~1
_d=getdammage _u
?_d>0.1:_u setdammage (_d-0.1)
goto "loop"
#end
exit
and this doesn't wanna work.
Please help.