I appreciate the prompt response.
Here is my issue: I have a script that runs for 10k bets and then it stops. I like it to stop. Is there a way if last run was successful to delay x seconds and restart the script without a manual intervention?
Thank you!
sorry for the late response, idk if you'll still see this. lua has a sleep(milliseconds:int) function that you can use to do nothing for . You can reset your script yourself by resetting your variables in your script and using resetstats if necessary. Once you've called the stop method, the bot is stopped and can only be restarted manually.