During the creation process of my Olympics recreation, I stumbled upon a problem, I don’t know if there is a way to compare 5 different properties to see which one is greatest. Help is much appreciated if anyone knows how to find out which property, out of a certain amount (like 5 in my case) is greatest.
Have a trigger with the block code comparing every property to a single property called (increment)
It’s gonna start at one, then the next time the trigger checks, the property increment by 1.
do this untill only one variable remains.
Well I have 5 properties, and I need to find the greatest one to tally up who has the most wins out of the 6 games. Because of this I am inclined to say that this would not work, but I also don’t fully understand what you are saying. What would I subtract from the property?
Take all five properties, and subtract one from all of them.
Do it again, untill only one (which is the greatest) still remains.
Only flaw is if a tie occurs