For THANKS!!!!!!!!!!!!! #2 did you mean?
2. is When (user_T5Suited and Hand = 54 and SuitsInHand=3) user_Range_RFI_CO
It depends of what you really want here...
But I didn't really know what you wanted here..
Maybe a T5suited with a pair of 5 or a T5suited with a 4
Or Maybe you wanted TT55 but you didn't use the variable TwoPairInHand so I thought it was not TT55.
My hand is T55X you can write it as when hand = Tsuited5suited5 and SuitsInhand = 3
but your hand is T54X you can write it as when hand = Tsuited5suited4 and SuitsInhand = 3
Now if you want T554 you can write
when (user_T5Suited and hand = 55 and hand = 4 and SuitsInHand = 3)
or
when hand = Tsuited5suited54 and SuitsInHand = 3