Just create a formula such as:
Score = ((kills * 3) + (assists * 2)) - deaths
And sort by score.
Unless you mean you want multiple sorting types in which case you'd need to store them in a table and use table.sort
with a custom function. 1× editiert, zuletzt 09.07.19 19:43:20