Average score statistic
bluebyu25
Member Posts: 500
Hey guys I need help implementing some math logic.
I just want to keep track of the players average score. Would I need a "times played" attribute for it to divide by? Or how would you fellas go about it?
Cheerski
I just want to keep track of the players average score. Would I need a "times played" attribute for it to divide by? Or how would you fellas go about it?
Cheerski
Comments
(score1attibute+score2attribute+score3attirubte+score4attribute)/4
its just plain averaging in math, change it up however you need it