i wonder what i did wrong? here is what it looks like in my script:
Simba Code:ExpHr := Round((Rcxp * 3600) / (GetSystemTime / 1000));
somewhere in my script i put
Simba Code:incEx(RcXp,452);
this is the lin in the proggy
Simba Code:writeln(' XP: ' + IntToStr(RCxp));
writeln(' XP/h: ' + IntToStr(ExpHr));
and i always get results like this (in the debug box)
XP: 5876
XP/h: 446
enyone knows why the math is wrong?


Reply With Quote







