Hi,
Is there a way to instruct guardian/automation file to skip races where the runners (1st and 2nd and sometimes even 3rd) have starting odds of > 5.x or higher?
Thank you!
Help needed (skipping some races in automation)
Thank you for your reply Dallas! I’ve spent sometimes thinking of a way to do this but I am stuck because I don’t see how to link everything together. Would it be wise to add this condition using for example second/third runner as a reference sorted by favouritism? Or is there a better way to do this?
I’ve created everything and the bot runs well but this is the only puzzle left that is keeping me up in the night.
Thank you for everything you do to help us
I’ve created everything and the bot runs well but this is the only puzzle left that is keeping me up in the night.
Thank you for everything you do to help us
If you wanted them all to be >5.0 then you'd just need the one condition to test the fav is greater than 5.0 (as that will mean the rest have to be)pacicool wrote: ↑Fri Jun 19, 2020 10:12 pmThank you for your reply Dallas! I’ve spent sometimes thinking of a way to do this but I am stuck because I don’t see how to link everything together. Would it be wise to add this condition using for example second/third runner as a reference sorted by favouritism? Or is there a better way to do this?
I’ve created everything and the bot runs well but this is the only puzzle left that is keeping me up in the night.
Thank you for everything you do to help us
But if you wanted to say something like fav >3.0 and 4th fav >5.0
You'd need two conditions
one to test the fav is greater than 3.0
the other to test 4th fav is > 5.0