I was just playing around with Archbuddy API and it seems like CollectItemsAtFarm is a loop, dosent stop until it finishes the whole farm.
I was trying to collect single items instead of everything around it.
I tried
while (labor > 999 ) // my current labor - 1
{
CollectItemsAtFarm (blahblah)
}
and it wasnt working, it still collects entire farm.
any pro can help? =D
I was trying to collect single items instead of everything around it.
I tried
while (labor > 999 ) // my current labor - 1
{
CollectItemsAtFarm (blahblah)
}
and it wasnt working, it still collects entire farm.
any pro can help? =D