Author Topic: Make an event  (Read 1528 times)

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Make an event
« on: March 22, 2012, 08:50:17 AM »
I have been tryin to set up an event.
To display a message and play a sound for when the game gets hand for hand.
But i dont know what to put into the conditions box.

Went in  to the edit events and used the tournament settings and in the players left box i put 11.  

So it would be 9 players get paid. 11 players in, 1 gets eliminated 10 left. The 10th person who is eliminated will get the bubble. This is when i want the event to trigger the event

It didn't work.
In the conditions box. What would i have to put?  ie A player busts (then what, i am completely stumped)
How can i get it to say if a players busts out one before the money bubble, (leaving 10 players and only 9 prizes) > trigger event

Tried to get this to work using the examples in the Timmers TD Kit events.tst, but unable to figure it out

any help or advice greatly appreciated
Thanks in advance

By the way i am sh** at writing down what i want to do in a clear way, so excuse the inept way that i have written this thread  :D
« Last Edit: March 22, 2012, 08:52:47 AM by Mahound »

TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Re: Make an event
« Reply #1 on: March 22, 2012, 09:48:04 AM »
 Description,  when a player busts out on the bubble       Trigger,  A player busts-out           Conditions,  rank = (inTheMoney + 1)  or put  (inTheMoney + 2) this may or may not work.  To get it to say ( if a player bustout one before the money bubble ) that is a sound wave right, or is that the message. either or New Action ( play sound ) or ( display message)

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Make an event
« Reply #2 on: March 22, 2012, 10:19:02 AM »
Cheers Timmer AGAIN. lol
will try this.
 
I was gonna put 2 actions on this event
 a sound file and a message

I know since i come on here i have found it easier to do things. But still a long way from the likes of you, Jody and Magic
Thanks


TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Re: Make an event
« Reply #3 on: March 22, 2012, 10:26:33 AM »
A message will need to be done thru the Msg Property Sets,  to display

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Make an event
« Reply #4 on: March 22, 2012, 10:30:07 AM »
rank = (inTheMoneyRank + 1)

inTheMoney is 1 if the player made the money, 0 if not.
inTheMoneyRank is the highest rank that is in the money.  If you have prizes for 1st place through 10th place, inTheMoneyRank will have a value of 10.

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Make an event
« Reply #5 on: March 22, 2012, 02:27:12 PM »
I am Getting there: slowly
 cheers