Author Topic: previous blinds  (Read 692 times)

stickyshed

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
previous blinds
« on: May 05, 2016, 12:22:53 PM »
Hi folks.  In the layout section, is there a way to show the previous blind level?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: previous blinds
« Reply #1 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">