Pages:
Actions
  • #1 by saadsok on 06 Mar 2012
  • Hi guys

    I am struggling to understand how to form the conditions of trigger properly, lets say in poker I am looking for 2 cards that meet my criteria so I use

    edited after thinking about it

    I want the following

    AND hand 1 cards not suited
    AND hand 2 lowest card equal to card 1 of hand 1
    AND hand 3 highest card > card 2 of hand 1

    OR hand 1 cards not suited
    AND hand 3 lowest card equal to card 1 of hand 1
    AND hand 2 highest card > card 2 of hand 1

    OR hand 1 cards not suited
    AND hand 2 lowest card equal to card 1 of hand 1
    AND hand 4 highest card > card 2 of hand 1

    OR hand 1 cards not suited
    AND hand 4 lowest card equal to card 1 of hand 1
    AND hand 2 highest card > card 2 of hand 1

    then do the same for hand 2
    then do same for hand 3
    then do same for hand 4

    every time I try do do an OR I get an error popup so I tried to just add ne triggers, 1 for each eventuallity, I also got errors there too, it kept saying same name even after I renamed them to different names??

    Please any help much appreciated as support is very slow today
  • #2 by Tim (WellDoneSoft) on 06 Mar 2012
  • So what hands do you need to be selected?
  • #3 by saadsok on 06 Mar 2012
  • Quote
    So what hands do you need to be selected?

    Tim, I sent you an email to support@ with the details of what I have done so far, I really just need to know what to do where.

    I want to get "a hand" then check the other 3 hands against it, please look at the email I sent you about 3 hours ago, I attached images so you can see what I have done, I am not lazy I just can't understand your software without a little help.

    Thanks
  • #4 by Tim (WellDoneSoft) on 07 Mar 2012
  • Sorry, didn't get the e-mail. Checked everything.
  • #5 by saadsok on 07 Mar 2012
  • what I want to do is find a hand that is

    1) unsuited eg 2s,7c
    2) its lowest card (2) is found in another hand with a higher kicker than 7 eg 2c Jh
    3) its highest card (7) is found in another hand with a higher kicker than 2 eg 7d 6h
    4) lay the hand

    Thats all I want to do
  • #6 by Tim (WellDoneSoft) on 07 Mar 2012
  • Here it is
  • #7 by saadsok on 07 Mar 2012
  • Thanks Tim, will let it run to test, thanks again
Pages:
Actions