The Tournament Director Forums

Main => Suggestions => Topic started by: The Meal on February 25, 2012, 05:44:08 PM

Title: Condition for last rebuy level
Post by: The Meal 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.
Title: Re: Condition for last rebuy level
Post by: Corey Cooper on February 27, 2012, 10:42:35 AM
Looks like that variable was omitted... I'll add it.