CODE
SetActiveWindow Fox
constants
a=0
end
loop 1000000
delay 62 sec
a = a+1
end
while a<1
leftclick
leftclick
leftclick
end
constants
a=0
end
loop 1000000
delay 62 sec
a = a+1
end
while a<1
leftclick
leftclick
leftclick
end
But what I realized is that it will not run both conditional processes at once, only one, and then the other.
I am trying to get it to spam leftclick for 62 seconds so that I do not need to try to switch over and shut it off manually once I am done with the spamming for my particular online game.