Pages:
Actions
  • #1 by jsttrading on 22 Sep 2014
  • Is this possible? would be easier to enter only trapnumber, than to also looking up the dogname  :)
  • #2 by MarkV on 22 Sep 2014
  • Hi
    I don't think you can import just trap numbers because the import procedure requires selection names.
    As an idea you should be able to do this using trigger conditions and a text file containing trap numbers (not importing selections)

    Conditions:
    selections trigger expression runner_number is equal to 6
    and selections index is in file <path to text file> option re-read file

    you can check re-read file if the text file is updated dynamically

    example text file for traps 2 and 6:
    2
    6
  • #3 by mcbee on 23 Sep 2014
  • hi mark
    sorry, but that will not work, because the trigger will read very trap number and place bets on them.
    so if you had a list
    2
    5
    3
    4
    1
    6

    the trigger would read all the index numbers and place bets on all 6.

    mcbee
Pages:
Actions