Hi
I have this script where I count specific images on the screen und proceed to the next step if they have been found.
I’ve got this so far:
put the number of items of EveryImageLocation("x") into someThing
if the number of items in someThing equals 7
log "something something"
end if
EggPlant seems to find the images but never gets to the if loop. How can I make sure that images are on the screen and why does the if loop get ignored?
Thanks in advance