I marked the counting part with a red color so you don't get too confused with this
Label>solobot3
Let>Count=0
wait>2
mousemove>380,153
wait>1
lclick
wait>2
press enter
wait>0.1
press enter
waitpixelcolor>0,620,748,2
IF>{%WPC_RESULT%=False}
goto>solobot3
endif
Wait>%dialog1.Delay1%
press enter
Send>%dialog1.msEdit4%
press enter
wait>%dialog1.Delay2%
press enter
send>%dialog1.msEdit5%
press enter
wait>%dialog1.Delay3%
press enter
send>%dialog1.msEdit6%
press enter
wait>1
press F10
wait>1
send>%dialog1.msEdit2%
wait>1
send>%dialog1.msEdit3%
wait>3
press enter
wait>1
mousemove>100,100
waitpixelcolor>3735552,720,716,0
IF>{%WPC_RESULT%=True}
If>dialog1.msCheckBox1=True,comp
Srt>comp
add>Count,1
If>Count=%dialog1.msEdit10%
goto>ShutDown
end>comp
endif
goto>solobot3
endif
label>end
Label>ShutDown
press alt
send>x
wait>3
send>q
release alt
label>end
Okay, so my problem is that if the checkbox ISN'T checked, it doesn't go to: Label>Solobot3
Also if i run the loop 3 times with the number 3 in the editbox the bot doesn't go to: Label>ShutDown
Any help would be greatly apreciated!
