The Tournament Director Forums

Main => Help Me => Topic started by: stickyshed on May 05, 2016, 12:22:53 PM

Title: previous blinds
Post by: stickyshed on May 05, 2016, 12:22:53 PM
Hi folks.  In the layout section, is there a way to show the previous blind level?
Title: Re: previous blinds
Post by: Corey Cooper on May 05, 2016, 12:31:38 PM
Yes, all of the level-specific tokens, like <smallBlind>, <bigBlind>, <ante>, <gameName>, etc, support the attribute roundround can be an absolute round number, like 3, or if you prefix it with a + or -, it becomes an offset from the current round.

For example, to get the big blind of the last round:  <bigBlind round="-1">

For the small blind of the next round: <smallBlind round="+1">

For the ante of round 6: <ante round="6">