Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! I want to create 3 functions, and those 3 functions will have while(true) loop (infinite loop) that will search for an image and if found it will click it. but I want all 3 functions to run simultaneously, how can I do that?
Divide actions into 3 threads or make them run one after another. There is an action in the BAS that checks which thread is currently running.
Thank you fox
@Fox Thank you very much.
@tet-vivi Thank you, I go try to use!!!