Hello and thanks for the reply. I've already tried reading the AC tool help file, but couldn't find the one that's right for me.
To explain better I am attaching an example of what I am trying to do:
While 1=1
IsWhite 500, 500
// Do these commands if true
Call test
Else
// Do these commands if false
End
Call Alpha
End
Procedure Alpha every 10 Min
keys a
End
In this case I tried to create a script that constantly checked that at specific coordinates there is the white color and only every 10 minutes must the "a" key be pressed. With this code I get a constant spam of "a" and that's not what I'm trying to do.
I hope I explained myself better, thanks again for your help. (Message translated with google)