Hi,
I want to split the RWPC stat (create two separate stats):
RWPC 1 ---> raise when there is only one limper
RWPC 2+ ---> ... two or more limpers
I've never built any custom stats, any tips how to make this two statistics ?
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
sum(if[ cash_hand_player_statistics.cnt_p_face_limpers >= 2, 1, 0])
sum(if[cash_hand_player_statistics.flg_p_first_raise AND NOT cash_hand_player_statistics.flg_p_open_opp AND cash_hand_player_statistics.cnt_p_face_limpers >= 2, 1, 0])
sum(if[cash_hand_player_statistics.flg_p_first_raise AND NOT cash_hand_player_statistics.flg_p_open_opp, 1, 0])
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: Amazonbot and 25 guests