ID:177180
 
I need something for one of my most recent games to report scores based on how fast the game was completed. It's a MANTRA ranked game that the fastest time is considered first.
AHEM.
In response to Hanns
Define "something" and you might get more help. :P

Oh, and... don't bump your post on the same day you originally posted. It's bad karma. ;)
In response to Crispy
I believe I already defined "something".
In response to Hanns
You didn't define exactly what kind of something, though. A library to use for uploading the scores to the hub? A method to determine what scores to give players based on which ones finished in a smaller amount of time?

If it's the latter, you could just sort the list of players by time. Then assign them scores based on their position in the list; playerlist[1] gets x points, playerlist[2] gets y points.
I want the lowest score(Actually, time used) to be reported on top, AND something to report to the hub, heh. That any better?
In response to Hanns
You can use Dantom.hublib (I think) to upload HUB scores. Don't ask me exactly how it's done, because I've never fiddled with it before. :)