CDbl Problem in AP_CheckSkillCap()
Posted: Thu May 15, 2008 1:04 am
in skills.inc function AP_CheckSkillCap()
if my total is 0 and my cap_val is 1200 it returns 1;
When i both covert them into CInts it returns 0;
Code: Select all
return ( total >= cap_val );When i both covert them into CInts it returns 0;