Imagesearch, vx, vy, 1, 1, 1920, 1080, *50 1.png
if (errorlevel = 0)
{
MouseClick, %vx% %vy%
}
{
if (errorlevel = 1)
MsgBox,no
}
{
if (errorlevel = 1)
MsgBox,2
}
이미지 서치를 못하네요
에러코드
"C:\Program Files\AutoHotkey\AutoHotkey.exe" /ErrorStdOut
이렇게 뜨는데요 .ㅠ.ㅠ
if (errorlevel = 1) >> if errorlevel = 1로 변경해보시고요.
MouseClick >> Click으로 변경하고 해보세요~