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