Author Topic: Event to know if to "chip up" at break  (Read 2324 times)

mcfrojd

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Event to know if to "chip up" at break
« on: December 22, 2012, 04:08:13 AM »
Is there any way to set conditions so it knows if its time to chip up or not?

Now i have 3 events (one for each break) with these conditions:

(not isRound) and (breakNum = 1)
(not isRound) and (breakNum = 2)
(not isRound) and (breakNum = 3)

but some times i have the "chip up" at break 2 and sometimes at break 3, depending on what rounds schedule i use.

Is there any way to use only 2 events with conditions like
(break = true)
(break = true and chipup = true)

Because at start of "non chip up" breaks i play a sound, and at "chip up" break i play a diffrent sound and show a message.
if i would always have the chip up at the same break there would not be a problem.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Event to know if to "chip up" at break
« Reply #1 on: December 22, 2012, 03:27:49 PM »
Not yet.  I've added the "chipUp" variable to formulas and conditions for version 3.2.  Version 3.2 is almost done.  I'm thinking I will release it as a beta (while I work on the user manual) ... hopefully some time before the new year.

mcfrojd

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Event to know if to "chip up" at break
« Reply #2 on: December 22, 2012, 04:41:00 PM »
Sounds great, looking forward