First let me just cuss out IE7 for deleting all the ---steaming pile of meadow muffin--- I wrote then when I tried to load up a BMP Byoac says can't load that file then I click back and am like where the hell is my post I wrote.
Anyways here is the problem. Trying to just get to the part that works. I am trying to make a script in ahk. Here is the script I was using.
Run,C:\Program Files\MadDog\mdm.exe ; Run MadDog McCree
IfWinNotExist,Mad Dog McCree
{
winwait,Mad Dog McCree,,100
WinActivate,Mad Dog McCree
Send f ; Fullscreen
Send r ; reload don't move the cursor down
return
}
else
{
WinActivate,Mad Dog McCree
Send f ; Fullscreen
Send r ; Reload don't move the cursor down
return
}
*1::Send {LControl}; like LControl starts the game I remap to the '1' key
ExitApp ; Kill this script
return
Now when I run that script I am having an error message that pops up over the MDM window. Here is the error message in jpg format.