I am sorry for the newbie question but i find this very confusing
waittime = 360;
if(activity >= 15)
waittime = (int)(90 - activity);
if(activity >= 60)
waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
waittime = max((int)(14-(activity/50)), 4);
Can someone explain this more clearly for me? i cant figure out the ratio and restrictions to posting, it seems as tho when i post my activity doesn't go up at all.
It especially feels this way when i am posting in a particular thread leading me to believe that there are thread restrictions as well.
Again i am very sorry for the misunderstanding and i greatly appreciate any help.