Author Topic: Break Settings  (Read 1303 times)

arthurbear

  • Newbie
  • *
  • Posts: 35
    • View Profile
Break Settings
« on: April 17, 2011, 01:35:12 PM »
Hi To All

I have recently set up my system using the HQ room annoucements, I have managed for for by just looking arround on this wonderful forum how to do most of it...I have a slight prob which i'm sure is an easy fix...When my rounds are playing at 2 mins the annoucement states blinds go up in 2 mins , The problem i'm having is its saying that during the breaks as well.Any help would be great.Thanks

TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Re: Break Settings
« Reply #1 on: April 17, 2011, 01:49:20 PM »
You might have (!isRound) maybe change it to   isRound   thats off the top of my head, sorry no laptop with the software here

arthurbear

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Break Settings
« Reply #2 on: April 17, 2011, 02:10:47 PM »
Hi Timmer, The break rounds I set up was using !isround but i read that on here and the !is ment to mean NOT round,So if I remove the ! it may work??I will give it a try..Thanks

Stuart Murray

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: Break Settings
« Reply #3 on: April 17, 2011, 02:22:14 PM »
(isRound) and (state = 2) and (secondsLeft = 122) and (nextIsRound = 1)

IsRound = self explanitory
State = 2 (during Tourney)
nextIsRound = 1 (the next round is a new level and not a break)

alternatively if you look down on the hq announcements you will notice there is events files that match in with the blind/break announcements called correlated announcements.tst

Regards
Stuart
« Last Edit: April 17, 2011, 02:23:54 PM by stuamurr »
Stuart Murray

TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Re: Break Settings
« Reply #4 on: April 17, 2011, 03:57:05 PM »
The Break is (!isRound) and the round is (isRound)   miss read it i guess   :-[  looks like Stu gotcha
« Last Edit: April 17, 2011, 04:13:50 PM by TIMMER »