hi all,
i'm new in programing so pls bare with me if the question is stupid.
here's the code i'm having trouble with:
While 1 = 1
While WinExists ("Launcher") > 0 ; if window exists ...
While WinExists("Steam Connection") > 0 ; check if this error windows exists and close
Send("{ENTER}")
Sleep (500)
WEnd
While WinExists("Steam Connection Error") > 0 ; check if this error windows exists and close
Send("{ENTER}")
Sleep (500)
WEnd
Sleep (60000) ; check ag