roboboy33 wrote:When I click "Run Scripts" in union client nothing pops up or happens, it just goes back to the original menu. Is there something else I'm supposed to do?
Do you have a scripts folder in your build?
roboboy33 wrote:When I click "Run Scripts" in union client nothing pops up or happens, it just goes back to the original menu. Is there something else I'm supposed to do?
- Code: Select all
if (jGetHungry() < 95) {
if (seeds[i].isActual()) {
seeds[i].iact();
jWaitPopup(actionTimeout);
jSleep(1000);
jSelectContextMenu("Eat");
waitUnActual(seeds[i]);
}
}
In the carrot and beet harvester bits, change it to
if (jGetHungry() < 20)
or remove that bit all together