Hello!
I would like to make a filter where the turn is the 2nd highest card on the board
How can I do it?
Thanks a lot!
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
((cash_hand_summary.card_4 - 1) % 13 < (cash_hand_summary.card_1 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_2 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_3 - 1) % 13) or ((cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_1 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 < (cash_hand_summary.card_2 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_3 - 1) % 13) or ((cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_1 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_2 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 < (cash_hand_summary.card_3 - 1) % 13)
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: wallacedavidl and 6 guests