Vmax549 wrote:Yes that would be setting a flag.
Are there any internal functions like IsMacroRunning() ???
(;-) TP
There is no such function from what I can see YET...LOL
But if there was wouldn't that be just using an internal flag? I would think setting your own with different methods to a specific macro to synchronize with another would be just as powerful.
myvariable = exec.Getvar(600)
While(myvariable == 1)
{
Wait(100)
if(exec.Getvar(600)==2){break;}
}
//When other macro finishes sets var to 2 and this code continues. If it don't work feel free to beat me up