custom stat for N players dealt

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

custom stat for N players dealt

Postby iatracker » Sun Aug 06, 2017 5:56 am

Hi

I know its possible to configure the hud to display stat for N players , but if i made a custom stat ;
my custom stat use vpip to output a format name like 'TAG' , how to specify the N players dealt condition (real VPIP for 3 players for example) for the VPI ?!

Code: Select all
if (cnt_hands > 20,

if ((cnt_vpip / (cnt_hands - cnt_walks)) * 100 < 40, format('nit'),

            format('...'))))),
format('...'))
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: custom stat for N players dealt

Postby Flag_Hippo » Mon Aug 07, 2017 6:02 am

You can make custom columns (e.g. cnt_vpip_3_handed, cnt_hands_3_handed e.t.c.) based on the number of players using cash_hand_summary.cnt_players however if you want to have that data in the HUD change dynamically based on the number of players in the current hand then that isn't possible.
Flag_Hippo
Moderator
 
Posts: 14514
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 49 guests

cron