For one, it's shade variation NOT color variation.
Also, just sending a mouseclick will click wherever your your mouse is at the time of it being sent.
one more thing....
When it hits that while it's never going to come out.. so ya... try again I guess.
[quote]This was done for ******* originally, which uses CAConfig.cfg to store it's hotkeys. I just made it write to that file for convenience. It makes two entries for keys, one for scan radius.
You just edit the numbers to whatever then save it.
Also, just sending a mouseclick will click wherever your your mouse is at the time of it being sent.
one more thing....
Code:
If _IsPressed($body) = 1 Then
While 1
$coord = PixelSearch(MouseGetPos(0) - $radius, MouseGetPos(1) - $radius, MouseGetPos(0) + $radius, $MouseGetPos(1) + $radius, $searchcolora, 10)
If _IsArray($coord) = 1 Then
MouseClick("primary", MouseGetPos(0), MouseGetPos(1))
Opt("MouseClickDelay", 0)
Opt("MouseClickDownDelay, 0)
EndIf
WEnd
EndIF
[quote]This was done for ******* originally, which uses CAConfig.cfg to store it's hotkeys. I just made it write to that file for convenience. It makes two entries for keys, one for scan radius.
Code:
[triggerkeys] head=14 body=20 scan radius=3
