Score Average

cbowers428cbowers428 Member Posts: 176
edited November -1 in Working with GS (Mac)
Is there any way I can show an average of all of the scores a player has achieved? Like is there math or something I can do?

Comments

  • msonesmsones Inactive, Chef Emeritus Posts: 75
    One possible way:

    Display text: ((score1)+(score2)+(score3))/3

    Assuming you're recording each score as an attribute, and if you have a finite number of possible scores, you could go ahead and create this (list all score attributes, and set them all to 0 until they're filled by someone playing, and divide by the total number of scores).

    Hope that helps!
  • dunkelgeistdunkelgeist Member Posts: 68
    Maybe you should know wich scores have a value before dividing to get a more precise average function.

    if you make an integer attribute and a rule for every score adding 1 to the initial attribute if they are different than 0 you'll get a perfect divider.

    Always thinking of finite scores.
  • cbowers428cbowers428 Member Posts: 176
    cool thanks guys
Sign In or Register to comment.