So it's
Code: Select all
scheduler macro:
if time is whatever: run macro 1
if time is whatever: run macro 2
macro 3
macro 4
My macros use a lot of image recognition and if I have a NumFound variable in macro 1, and the same NumFound variable in macro 2, will they be independent variables or will NumFound in macro 1 carry over to macro 2?
Assigning 3 new variables for every image recognition sequence seems very tedious and I was wondering if there was a more efficient way.
Thanks