Pages:
Actions
  • #1 by palmei09 on 01 Dec 2012
  • Hi

    I would like to to make a trigger to bid only in the under markerts in soccer, not to get the bid in the overs....i don´t know if it´s possible.

    Ty
  • #2 by MarkV on 01 Dec 2012
  • Hi
    Your trigger should include a condition:
    and selection’s name contains “Under”

    You can also do it with a trigger expression:
    and selection’s trigger expression FIND(“Under”, “sel_name”) is greater than 0
  • #3 by mcbee on 01 Dec 2012
  • hi
    or you could use
    and selections index is equal to 1
    because index 1 is always the under selection  :D


    mcbee
  • #4 by palmei09 on 01 Dec 2012
  • Ty for everything
Pages:
Actions