From 742259a39b610007dff44b927b3ee6529660eae8 Mon Sep 17 00:00:00 2001 From: Jared K Date: Wed, 2 Nov 2022 15:20:10 -0700 Subject: [PATCH] Actually fix target not found error --- AFB.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFB.ahk b/AFB.ahk index a611de8..c015cce 100644 --- a/AFB.ahk +++ b/AFB.ahk @@ -34,7 +34,7 @@ F1:: { } While (IsRunning) { - lastID := WinGetID("A") + lastID := WinExist("A") robloxID := WinExist("Roblox") if (robloxID) { ; BEGIN WORK - any automation must be done between the BlockInputs