Hi,
I want to create a bot that that loops until it meets an exit condition. I also want to count how many times the bot goes through the loop. What's the best way to about this.
Thanks!
Hi,
I want to create a bot that that loops until it meets an exit condition. I also want to count how many times the bot goes through the loop. What's the best way to about this.
Thanks!
Add a Loop Command first, and then use a variable to count times, and then use the If the command to judge the count. If it meets the condition, and then jump to the loop, if not then loop again or do other operation.
I strongly suggest you view the videos and document before you create your own bot. Go to the forum to check more videos.