# Score doesn't work

**URL:** https://forum.kirupa.com/t/score-doesnt-work/98152
**Category:** Uncategorized
**Created:** [January 3, 2004, 9:12pm UTC](https://forum.kirupa.com/t/score-doesnt-work/98152 "2004-01-03T21:12:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![SetroGamer](https://avatars.discourse-cdn.com/v4/letter/s/71c47a/32.png) [@SetroGamer](https://forum.kirupa.com/u/SetroGamer)
#### Post date: [January 3, 2004, 9:12pm UTC](https://forum.kirupa.com/t/score-doesnt-work/98152/1 "2004-01-03T21:12:42Z")

</div>

I have this when the scores should be increasing:  
[AS]\_root.score +=4;[/AS]  
It works the first time and goes from 0 to 4, but any time after that it just adds fours. So in the end it ends up saying “4444444444” or something. I tried it this way also:  
[AS]\_root.score = \_root.score+4;[/AS]  
But that didn’t work either. It just did the same thing. Help please! ☹
