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.
@Valerax Thankyou
@radb0310 said in Please help me: TypeError: The result of expression 'result' [153,136,234,130] is not a function:
How do I detect that the result function has been overridden,
There is a code: "result = ..." in your script
@tet-vivi said in The IF function with many options:
@phamtracanh A <100 && A> 50 ?
@Fox said in The IF function with many options:
@phamtracanh said in The IF function with many options: Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks. https://javascript.info/logical-operators
@phamtracanh said in The IF function with many options:
Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks.
https://javascript.info/logical-operators
Thank you.
@Rae you can change this in the module file. (your_function_interface.js)