Hi. I have a 4 player competitive mode I'm working on.
When the match is over I want to show who the winner is.
Currently I'm using...
If Player 1 score is greater than Player 2, Player 3, and Player 4
then display Player 1 as the winner
I have 4 versions of that event
one for each player
But sometimes I run into a situation where the top two players are tied
and I want to display both those players as the winner
But I can't wrap my head around how to do that at the same time as doing the other events I already mentioned
Any suggestions would be wonderful
Sorry, I can't post a capx, but hopefully the description makes enough sense.
Thanks