So I started to mess around with wanting to add deeds in my backpack to the repair bench. So I was able to get it to open the gump to add and even got it to click the button to start targeting the deeds. But im stumped on how to go about targeting the deeds in my pack and then going back to making deeds. Here is what I have so far
Finditem SLJC G_5 ;, #BackpackID
wait %LagDelay
If #FindKind <> -1
{
set #LOBJECTID #FINDID
wait 10
event macro 17 0
wait 20
click 180 517
wait 1s
finditem EWH C_ , #backpackid
if #findkind = -1
Return
}
Return
Can someone point me in the correct directions