Is there any way to randomize high/low ? to have a random zig zag feature?
Thanks!
Yes you can use this command under function dobet()
bethigh = true //bet high
bethigh = false //bet low
bethigh = !bethigh //zigzag
hey i got some problem,
i start tweaking using programming mode, but when i try to run it, the code that run isn't from the programming mode, but from advanced mode, do you know how to fix it?
Are you sure you type start() to run your script? If you only press bet button then the bot will read the advance mode not your programming script.