Main > Templates, Layouts and Sounds

Announce Break

<< < (2/2)

Corey Cooper:
You'd have to find a way to distinguish that break from the others.  It sounds like it's different only in the duration, and which break (number) it is.  Using the break number is fine, but if you change your schedule you could break it.  Sounds like the break duration is better.

So, as an example, if your short breaks are 15m each and your dinner break is an hour, you could add a third event with conditions:

(state = 2) and (secondsLeft = 6) and nextIsRound and nextLevelDuration > 15

MotoguzziF91:
that does not work. i tried the following examples
(state = 2) and (secondsLeft = 12) and nextIsRound and nextLevelDuration > 35  ( Result play Sound ShortBreak)
(state = 2) and (secondsLeft = 12) and nextIsRound and nextLevelDuration > 30   ( Result play Sound ShortBreak)
(state = 2) and (secondsLeft = 12) and nextIsRound and nextLevelDuration > 15  ( Result play Sound ShortBreak)
(state = 2) and (secondsLeft = 12) and nextIsRound and nextLevelDuration > 40  ( Result play Sound ShortBreak)

(state = 2) and (secondsLeft = 12) and nextIsBreak and nextLevelDuration > 35   ( Result play Sound ShortBreak+DinnerBreak together)

I have 5 short breaks of 10 minutes and 1 dinner break of 40 minutes
and the leves are 30 min

Corey Cooper:
Looks like I forgot to respond to this.  Are you still having an issue?  If so can you recap the events you have configured and what you're trying for?

MotoguzziF91:
-I have an event with announcement for the end of the levels
-at the end of the levels before the 5 short breaks (10 min) I have another one.
-now I want another announcement before the dinner break (40 min)
you suggested that i try this example
(state = 2) and (secondsLeft = 6) and nextIsRound and nextLevelDuration> 15
but that doesn't work, we only make the announcement of the short breaks

Corey Cooper:
Can you send me a saved tournament with this configuration?  I think it will make solving this easier.

Navigation

[0] Message Index

[*] Previous page

Go to full version