top of page
Stop
A simple node to completely stop the bot
Start
Add this node to the canvas to start the process of your first bot. You can optionally assign the current game type and set up the loop delay limits. Loop delay is a random delay between the chosen values that will cause the bot to wait every new loop through the nodes. You can set this value very low for bots requiring quick reaction. If speed is not of the essence you can increase this value to save on CPU usage.
Pause
This node can be added at an end point of the flowchart. It has two usages. It can either indefinitely pause the bot if certain conditions are true. Another option is to delay for a certain amount of time.
bottom of page