i heard HAM_OVERRIDE make call still be executed, but instead will change the return value. so i want to change value in ham_takedamage with HAM_OVERRIDE cuz there's a bug on my server so sometimes knife right attack can hit player in non-body-part and deal 195dmg (mb a generic hitzone or something like that), so i want make a check if dmg is 195 and weapon made this dmg is a knife and change 195 to 65 and let other plugins or this plugin extension take care of changed dmg, but i saw almost no HAM_OVERRIDE usage in plugins so i'm asking how to.