Author Topic: Event help please!!!!!!!!!!!!!!!!!!!!!!!!!  (Read 1367 times)

ZeroTime

  • Newbie
  • *
  • Posts: 17
    • View Profile
Event help please!!!!!!!!!!!!!!!!!!!!!!!!!
« on: April 06, 2010, 08:40:59 AM »
What I am tying to do is:-
I set the countdown to 5mins and start.
This triggers an announcement I have recorded stating that the tournament is about to start in 5 mins etc and lasts for 15 seconds.
17 seconds in triggers a poker themed song to start playing (e.g. Poker Face, Lady GaGa) whilst players are taking their seats.
At 15 seconds before the countdown ends a recording I have made kicks in to ask players to shuffle up and deal after the siren.
At 5 seconds before the end of the countdown the 5 second siren sounds.

The problem I am having is that if I use the trigger (ClockTicks), the recordings start to play each time the clock ticks and I just end up with a load of noise.
So, after 20 seconds I have 10 instances of my start announcement and 5 instances of Lady Gaga playing with a fresh Lady Gaga starting every second.

I have managed to sort all my other announcements out ok e.g.
Blinds up in 2 mins
Blinds are now XX
Players are now on break
Last round for re-buys
etc

But the countdown has got me confused.

Any suggestions?

Many Thanks

Stuart Murray

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: Event help please!!!!!!!!!!!!!!!!!!!!!!!!!
« Reply #1 on: April 06, 2010, 09:39:21 AM »
hi this is what you are looking for:

Event Name: Countdown event
Trigger: The Clock Ticks
Conditions: (state = 1) and (secondsLeft = 240)

state = 1 means the game is pre-tournament
secondsleft you are obviously already using.

Regards
Stuart
Stuart Murray

ZeroTime

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Event help please!!!!!!!!!!!!!!!!!!!!!!!!!
« Reply #2 on: April 15, 2010, 09:14:48 AM »
hi this is what you are looking for:

Event Name: Countdown event
Trigger: The Clock Ticks
Conditions: (state = 1) and (secondsLeft = 240)

state = 1 means the game is pre-tournament
secondsleft you are obviously already using.

Regards
Stuart


Cheers Matey
Will give it a try