Hi, i want to know if there is a way to wait for certain scripts to not be active before another script runs, i'm planing on running a large amount of compiled scripts at once that interact with a web page then wait using sleep for a while before repeating, the times that these scripts wait are all different and while the chances of two scripts trying to do stuff at the same time is currently small i'd rather find a way to make all my scripts cheak the other scripts to see if they are sleeping before repeating before it becomes a real problem.
↧