Page 1 of 1

custom stat, facing betsize

PostPosted: Sat May 12, 2018 12:57 pm
by Umut
trying to build a custom stat facing a certain betsize. For example facing Postsize bet:
cash_hand_player_statistics.val_f_bet_facing_pct = 100

But i get no results for this column and also tried others, getting weird results. What am I doing wrong?

Re: custom stat, facing betsize

PostPosted: Sun May 13, 2018 6:03 am
by Flag_Hippo
When a player faces a bet the potsize includes the bet that has been made so you'd want to use cash_hand_player_statistics.val_f_bet_facing_pct = 50 instead (e.g. Player A bets 100 into 100. Player B is facing a bet of 100 and the current pot is 200).

highfalutin