Author Topic: show next round number  (Read 837 times)

nick9

  • Newbie
  • *
  • Posts: 1
    • View Profile
show next round number
« on: August 26, 2009, 04:24:45 AM »
hello.  since i am a newbie and have many questions, this one cant figure out :-[
hope someone can give me some answer.

I just want to display the round number for next round.
the token and the HTML i am using is below.

Next Round<br>
<level>

On early rounds, it is not displaying the next round and it is displaying the present round!
then in some rounds, it works correctly and showing the right number of next round.
Later rounds, it starts showing the number for 2 rounds later.

I am sure, I am entering something wrong.
This is probably a simple misunderstanding but I hope someone can help me out.

Also, any way I can edit the Chip Up! to Remove xx???

Thank you.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: show next round number
« Reply #1 on: August 26, 2009, 09:32:35 AM »
The blinds schedule consists of Levels.  Each level can be either a Round or a Break.  Each one is number sequentially (in order), but independently of each other.

 1: Round 1
 2: Round 2
 3: Round 3
 4: Break 1
 5: Round 4
 6: Round 5
 7: Round 6
 8: Break 2
 9: Round 7
10: Round 8
11: Round 9


The number on the left is the Level number.  You probably just want to use the <round> token.  Likewise there is a <break> token.