wedgenix wrote:
all I know is my script used to run and now it doesn't
Now that I think about it more, the most likely explanation for this behavior is that there is a
second window somewhere on your system containing the word Look. Thus, when the line
WinWaitClose,, Look is encountered, the program waits forever because that other window is a match.
If possible, try choosing a more distinct word or phrase from the window text. You might also try specifying a class name in WinTitle to make the search more selective. For example:
WinWaitClose, ahk_class ClassNameShownByWindowSpy, Look