Pages:
Actions
  • #1 by gh2410 on 21 Aug 2010
  • I'm trying to detect if the previous game results was Natural 8 or Natural 9 but I cant do it. Can anyone help please. Thanks.
  • #2 by Oxa (WellDoneSoft) on 21 Aug 2010
  • Here's a simple solution.

    Make sure you refresh the side bets market of Baccarat.

    Then add this condition to your trigger:

    Natural Win Consecutive Wins is greater than 0
  • #3 by gh2410 on 21 Aug 2010
  • hi thanks. I know how to detect if the previous result was a natural win, but i'd like to use the "Previous Game Points" condition to see if it was an 8 or 9, but its not working.
  • #4 by Oxa (WellDoneSoft) on 21 Aug 2010
  • Use the combination of two selections.

    To detect whether it was Natural 9:

    Natural Win Consecutive Wins is greater than 0
    and Highest Hand Has Nine Consecutive Wins is greater than 0


    for Natural 8

    Natural Win Consecutive Wins is greater than 0
    and Highest Hand Has Nine Consecutive Wins is equal to 0
  • #5 by gh2410 on 21 Aug 2010
  • thank you.
Pages:
Actions