Question #190878 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190878

RaiMan posted a new comment:
correct, 2 loops.

while True: # will loop forever
    while ironore:
        rightClick(ironore)
        choose1 = ("icon pickup.png")
        if choose1:
            click(pickup)
            wait(7)
        else:
            wait(2)

mind indentation! (faq 1800)

Loops: Have a look at faq 1437

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to