Author Topic: Limit Holdem -- How to Show Limits  (Read 733 times)

Joe Spy

  • Newbie
  • *
  • Posts: 15
    • View Profile
Limit Holdem -- How to Show Limits
« on: February 01, 2019, 09:41:10 AM »
I searched the forum with no luck.  I want to show the betting limits (blinds are 25/50, so Limits are 50/100, for instance.
When I insert any Limit token, I just get an error.  And, it tells me that they are deprecated.  I tried using the blind levels with math, but that didn't work.  Any way I can do this???

Joe
Be ashamed to die until you have won some victory for humanity.
                                                                         Horace Mann

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Limit Holdem -- How to Show Limits
« Reply #1 on: February 03, 2019, 10:02:39 PM »
In the latest version, you must use layout token "limit" with the "number" attribute:

<limit number="1"> and <limit number="2">

The <limit1> and <limit2> tokens are deprecated, which means they still work but will eventually be removed.  I think there's actually a bug that can make them show as "NaN" (not a number), so I guess we might as well consider them gone and just use the new token.