sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19217
Re: [Question #232183]: [How To] set variable value from OCR numerics
Question #232183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232183
Phillip Kelly gave more information on the question:
should this work ?
if exists("win_img.png") and not exists("push_img.png"):
hands_to_play = hands_to_play - 1
if betseq == 1:
if bet_site == player: #/player and banker variables are screen locales
bet_site = banker
elif bet_site == banker:
bet_site = player
I am using screen locales for player and banker variables to save system
resources.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.