Hi Seuntjie...
Not sure if this is by design or a bug. But I have discovered that there is no way to stop the bot from making at least 1 bet.
After an unfortunately accident where I set the bot running with an incorrect value set and YOLO'd 10 million credits in one hit (worth around 0.002 BTC) and LOST

, I decided a little double-check code was in order before the bot starting betting to try and ensure it wouldn't happen again.
However, the bot seems to be ignoring stop() commands that are placed outside the dobet() function and just starts betting!!?!

So I made up a little test script as follows:
nextbet = 0.00000001
stop()
function dobet()
stop()
end
Theoretically, it should stop() and not do anything right??
However... this is what happens:

The bot seems to ignore the first stop() command and just goes ahead and does whatever is in the dobet() function anyway!!?!

Is that by design or a bug? I have tested with 3.3.1 and 3.3.0 and both exhibit the same behaviour.