hello :D
it looks like im getting errors when trying to run a script which should look at some specific positions on my screen and check if it fits a lot of different names. if it fits it should jump one line down and look again until it finds one which doens't match and then copy it for later use.
my code looks like this right now:
'for i = 11 to 16
emreadscreen status13,7,i,30
'if (status13 = "KONKMHL") or (status13 = "COGNINZ") or (status13 = "AAR26GS") or (status13 = "ARHKDEJ") or (status13 = "KOLKEVP") or (status13 = "PAKKJDA") or (status13 = "ARHKMAK") or (status13 = "VIBKJYF") or (status13 = "ARHKKSL") or (status13 = "ARHKMAD") or (status13 "PAKKLOO") or (status13 = "ARHKHEK") or (status13 = "KOLKGUG") or (status13 = "PAKKSUJ") or (status13 = "ARHKMBA") or (status13 = "ARCKJEK") or (status13 = "AUTO1HL") or (status13 = "AUTO1GR") then
'next i
'else
'emreadscreen opret,7,i,30
'emsendkey "<PF3>"
'emsendkey "<PF3>"
'emsendkey "<PF9>"
'emsendkey "<PA2>"
is this totally wrong or is it even possible to do?
can anybody help me to make this happen
#Rumba




