I want to water Archeum Trees on a farm. Tried it with:
This waters one tree, but then it continues to try to water the next tree and so i do get the error "Not enough Auroria Mineral Water". Is there any way to use it only for one tree?
Code:
if (isEqiped("Auroria Mineral Water"))
CollectItemsAtFarm("Archeum Tree","Farming: Spend up to 25 Labor to use Auroria Mineral Water.","farmname");
This waters one tree, but then it continues to try to water the next tree and so i do get the error "Not enough Auroria Mineral Water". Is there any way to use it only for one tree?