I'm looking to have a system where we can add and track scores for each user. As of right now I found this as a starting point: (link expired)
As-is it does function but has a couple key limitations that I'd like to move past but are beyond my scope. Foremost, I need a way to be able to add multiple points instead of doing it one at a time. Also ideally, I would have it so that it is only taking the username as an input rather than the entire string.
How would I go about modifying the givepoint command in that post to accept a number to increment by rather than just doing +1? Or, is there an alternate set-up that is perhaps a bit more elegant than this (since as far as I can tell it's just adding the username multiple times to a quote list).