how to order actor by game attribute?
after hours of trying to creating a system with so many rules i need your help guys, i have a group of 4 individual actors in my scene, aim doing a baseball game so i have a group say.
usa
canada
brazil
china.
so far i only record wins and lost.so each team play against each other in the end i have something like this.
match played wins loses
usa 3 1 2
canada 3 2 1
brazil 3 3 0
china 3 0 3
i need to move position from most win to less but the problem is when 2 team have the same wins and lose.
i try when use wins are higher than canada,brazil, china move to position `
when is less than china but higher than ... so many rules . do you think there is a better way?
usa
canada
brazil
china.
so far i only record wins and lost.so each team play against each other in the end i have something like this.
match played wins loses
usa 3 1 2
canada 3 2 1
brazil 3 3 0
china 3 0 3
i need to move position from most win to less but the problem is when 2 team have the same wins and lose.
i try when use wins are higher than canada,brazil, china move to position `
when is less than china but higher than ... so many rules . do you think there is a better way?
Comments