trying to fix continuous looping
This commit is contained in:
parent
6c8986d14d
commit
a3c9c9ed1b
5
D3K.ahk
5
D3K.ahk
@ -155,8 +155,9 @@ GloVar:
|
|||||||
ini_writeValue(glovarini, "dus", dealinfo.user) ; Writes demo account name (somewhat useful)
|
ini_writeValue(glovarini, "dus", dealinfo.user) ; Writes demo account name (somewhat useful)
|
||||||
ini_writeValue(glovarini, "xID", REValue) ; Writes the xID entered, but uppercase
|
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
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
If (RESection) ; If we have a section
|
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")
|
If FileExist("glovar.ahk")
|
||||||
{
|
{
|
||||||
Run glovar.ahk
|
Run glovar.ahk
|
||||||
|
Loading…
Reference in New Issue
Block a user