Author Topic: add event sound for final table (10 people)  (Read 2236 times)

cyanideg

  • Newbie
  • *
  • Posts: 2
    • View Profile
add event sound for final table (10 people)
« on: February 02, 2016, 08:18:00 PM »
How do I add an event to play a sound when there are 10 people left?

cyanideg

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: add event sound for final table (10 people)
« Reply #1 on: February 03, 2016, 09:21:33 PM »
Anyone?

Lafrog

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Re: add event sound for final table (10 people)
« Reply #2 on: February 04, 2016, 01:18:06 AM »
I did this using the "bust player" trigger and an If PlayerLeft = 10. I later notice that I had to add another criteria to see if the rebuy period was over.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: add event sound for final table (10 people)
« Reply #3 on: February 04, 2016, 11:46:19 AM »
Create a new event.  Select Trigger "A player busts out".  Set Conditions to playersLeft = 10.  Add any actions you wish to occur at that time.  Press OK.  Then press "Sort Events" and move this new event to the top of the list.