06-15-2015, 09:12 AM
(This post was last modified: 06-15-2015, 09:14 AM by SirKrumKinsley.)
I figured it out:
If you're configuring your script to your game that's on windowed mode like myself, you need to use your Relative Mouse Position rather than Client Mouse Positions.
Otherwise, your ahk won't be able to identify your coords with the RGB values, and will just skip all the way to your else statements automatically
If you're configuring your script to your game that's on windowed mode like myself, you need to use your Relative Mouse Position rather than Client Mouse Positions.
Otherwise, your ahk won't be able to identify your coords with the RGB values, and will just skip all the way to your else statements automatically