Hi everyone,
I'm trying to create a BAS project with Load to load a page then I want to make 3 separate functions, where each function contains a while(true) infinite loop that continuously searches for a specific image and clicks it when found.
My goal is to have all 3 functions running simultaneously rather than sequentially. I understand BAS has multithreading capabilities (not referring to browser multithreading), but I'm not sure how to implement this properly.
Could someone guide me on:
How to set up multithreading for custom functions in BAS?
Best practices for running multiple infinite loops concurrently?
Any potential issues I should be aware of when running simultaneous image search operations?
Thanks in advance for any help!