var/addscore = list("Score"=src.Score)
//Also tried this
var/addscore = list("Score"="[src.Score]")
world.SetScores(src.key, "") // Delete src's scores entirely. (Only one field which is Scores)
world.SetScores(src.key, list2params(addscore),"ANess.TargetPractice","[hub password here]") // Then Add the new score
Problem description:
Well, it's a simple problem. My scores aren't being posted to the hub. Yes I can connect to the hub, I've checked using
if(isnull())
- I am now wondering if you have to be a BYOND member to have scores displayed on your hub?