Okay so I have been using this function to find my HPS:

Function GetHps: boolean;
begin
LastHP := GetSkillInfo('hitpoints', true);
end;

Well it has worked great until I hit 20 hps then suddenly stopped working, can someone tell me why? Or a new way to find my hps..