I added:
This seemed to help a little bit. I think the problem was that it goes so fast, that it actually was hitting COMBINE before the items were showing up in the pack. This is a cheesy fix at best, obviously. I think that the clear pack portion of the code is supposed to clean everything out of the pack if there is anything sitting in there at the start of the combine loop. I don't know why it isn't working./finditem "$a(0,$v99)"
/call ItemOnCursor
/if $find()==FALSE {
/gotoone
}
/click left $v20 $v99
/call ItemNotOnCursor
/next v99
/delay 3
/click left $v20 combine
/call ItemOnCursor
/doevents
/goto :RunMake
one
/return
If someone can help with this, I would appreciate.


