Okay, im in the middle of a game that adapts a lowest score wins system. Kinda like golf or whatever. Anywho, at the end of the game I want a "low"scores table that saves the players lowest scores rather than the highest.
I've had a fiddle with MMF and can't find anything.
By the by I'm on MMF 1.5
Only other way, would be pretty hacky and ugly, which would be to set the players score to some obscenely high number, and subtract their actual score from that number, say start with 100,000, if a player scores 5, they'd have a score of 99,995, if a player scores 1 (Lower), they'd have a score of 99,999 (which would be at the top of the high scores), but thats not really the best of options