Author Topic: Condition for last rebuy level  (Read 1366 times)

The Meal

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
Condition for last rebuy level
« on: February 25, 2012, 05:44:08 PM »
I can hard code this for each tournament I run, so that's an acceptable work-around.

In my layout, I have a token which shows the last level during which rebuys can occur.  As we approach that level, I have an indicator with escalating urgency that we are approaching that level.

I'd like to be able to set conditions like
"In The Last Level to Rebuy"
Level = lastRebuyLevel

"One Away From Rebuy Level"
Level = (lastRebuyLevel -1)

etc.

Obviously I have different display settings for each of these conditions.

Thanks for your consideration.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Condition for last rebuy level
« Reply #1 on: February 27, 2012, 10:42:35 AM »
Looks like that variable was omitted... I'll add it.