Page 1 of 1

number of preflop bets

PostPosted: Tue Apr 05, 2022 12:00 am
by sgftymkgg
ADD number of preflop bets in item properties
is it possible?

Re: number of preflop bets

PostPosted: Tue Apr 12, 2022 2:47 am
by sgftymkgg
no reply?

Re: number of preflop bets

PostPosted: Tue Apr 12, 2022 6:43 am
by Flag_Hippo
That property isn't available in the HUD Profile Editor but you can create custom statistics for limped pots, single raised pots e.t.c. When a pot is limped the following is true:

Code: Select all
char_length(cash_hand_summary.str_aggressors_p) = 1

when it is a single raised pot the value is 2, a 3bet pot is 3 and so on. You will need to replace 'cash' with 'tourney' for tournament statistics and this guide covers how to make a new version of a statistic.

Re: number of preflop bets

PostPosted: Tue Apr 12, 2022 5:43 pm
by sgftymkgg
OK TY

highfalutin