|
Post by teleseil on Jul 26, 2017 7:43:12 GMT
Hey, I want to automate sow seeds then harvest it in Township game. I need to click on field then I need to drag the harvest icon through the fields to harvest my yields. In other games I used code like this: function collect() local collected = true for _, loot in ipairs(collectItems) do if(not Reg:clickAll(loot, 1, 6, 12, 7))then collected = false end usePreviousSnap(true) end usePreviousSnap(false) return collected end But here I have no idea how to recognize my yields then drag and drop this icon.
|
|