@cleez Not sure what you mean. Please check out the wiki examples, https://wiki.bablosoft.com/doku.php?id=start.
especially Tutorial #4. Creating parser with several stages for the call function in several threads.
If you set the Success Number to > 1 it will keep running until the Success or Fail mark is hit. If you need to loop something inside the script, Recorder Command -- [cate] Script Logic > For, Foreach, OR While will run the desired code over and over again depending on what you need done.
- For is Indexed loop.
- Foreach is for lines from file or array's(list) that need to be looped threw. Account, URL's, PROXIES, etc. Variable "FOREACH_DATA" is auto-created.
- While is like an "If" statement. (1=1) // will run forever.
Variable "CYCLE_INDEX" is auto created for all these commands.
Let me know if this helps!
Allister ☯