Just thought I'd share my first script here. It's pretty rough around the edges but it does the job for me so *shrug*
github.com
Basically it sends the Autumn-aton everywhere it needs to go to collect upgrades. If there are still upgrades to find but the autumnaton can't reach it (i.e. you haven't adventured there yet) you will have to manually adventure there first before continuing.
Just install the script and add `ash if (item_amount($item[autumn-aton]) > 0) cli_execute("autumnTrain.ash");` to your mood to get it going
I don't really plan on augmenting the script any further, but thought I'd put it out there in case people find it useful
autumnTrain/autumnTrain.ash at main · mr-pokemon/autumnTrain
Contribute to mr-pokemon/autumnTrain development by creating an account on GitHub.
Basically it sends the Autumn-aton everywhere it needs to go to collect upgrades. If there are still upgrades to find but the autumnaton can't reach it (i.e. you haven't adventured there yet) you will have to manually adventure there first before continuing.
Just install the script and add `ash if (item_amount($item[autumn-aton]) > 0) cli_execute("autumnTrain.ash");` to your mood to get it going
I don't really plan on augmenting the script any further, but thought I'd put it out there in case people find it useful
