create a new .ahk then edit it for example like this
Loop
{
CoordMode, Pixel, Window
ImageSearch, FoundX, FoundY, 336, 380, 606, 563, C:\Users\Qq\AppData\Roaming\MacroCreator\Screenshots\Screen_20180906024515.png
If ErrorLevel = 1
{
SendInput {RButton}
sleep 111
}
}
f2::
Pause
return
explaining;
1-f2 is a start/stop key
2-PrtSc key and paint is a 1 way you can find traits image like this
3-336, 380, 606, 563, is the area that your mod should appear
https://youtu.be/hbHrCnsi4a0
Loop
{
CoordMode, Pixel, Window
ImageSearch, FoundX, FoundY, 336, 380, 606, 563, C:\Users\Qq\AppData\Roaming\MacroCreator\Screenshots\Screen_20180906024515.png
If ErrorLevel = 1
{
SendInput {RButton}
sleep 111
}
}
f2::
Pause
return
explaining;
1-f2 is a start/stop key
2-PrtSc key and paint is a 1 way you can find traits image like this
3-336, 380, 606, 563, is the area that your mod should appear
https://youtu.be/hbHrCnsi4a0