From a3c9c9ed1bfa4d6f9152d3a993e9929d748504ac Mon Sep 17 00:00:00 2001 From: david Date: Fri, 20 Dec 2019 09:28:47 -0600 Subject: [PATCH] trying to fix continuous looping --- D3K.ahk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/D3K.ahk b/D3K.ahk index 199c319..9efeb63 100644 --- a/D3K.ahk +++ b/D3K.ahk @@ -155,8 +155,9 @@ GloVar: ini_writeValue(glovarini, "dus", dealinfo.user) ; Writes demo account name (somewhat useful) ini_writeValue(glovarini, "xID", REValue) ; Writes the xID entered, but uppercase } + fileread, lastFileContent, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code + Break } - fileread, lastFileContent, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code } If (RESection) ; If we have a section { @@ -177,7 +178,7 @@ GloVar: } } } - Return + fileread, lastFileContent, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code If FileExist("glovar.ahk") { Run glovar.ahk