No it's in
Line -1 apparently
So it must be the script and not nomadmemory itself.
I tried your suggest on your post and it created another error so I turned it back. But thank you!
Edit:_____________________________________________ ___________________
So after I did some research and figured out what Constants were, I learned that:
Const $a or $doop or $"Anything you want" = ????
You can even put multiple in one line and because you don't need the "Const" function everytime you can just put $:
$a,4,f,helpMe,GerbalDoom,
So then I knew what I was looking for when the error said you cannot redeclare a Const
So I looked through Trin's whole script for a double $$ or a line that repeated.
I also learned that I have all the files needed to complete the program and also what it means to use the "Global" declaration for non-specific functions.
So with my still limted, but now greater knowledge of autoit, I found ....Nothing wrong with the program.
I will keep trying to figure out what is wrong, but if someone could help that would be nice.
The problem is....There is no such thing as Line-1 because the lines start a 1 and goes on forever.
Edit:_______________________
I tried adding a few #include <WindowsConstants.au3>
#include <Misc.au3>
And the first error went away with a new one talking about expecting a "=" which means I didn't tell the script why I included those things.
Am I getting closer?