ID:177180
![]() Oct 19 2002, 11:38 am
|
|
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.
|
![]() Oct 19 2002, 8:17 pm
|
|
AHEM.
|
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. ;) |
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?
|