We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to put a condition on the EvolvePokemon action to only run when the pokemon storage is full. Something like this:
{ "type": "EvolvePokemon", "config": { "evolve_when_storage_full": true, "evolve_all": "Pidgey, Weedle, Caterpie", "first_evolve_by": "cp" } }
The text was updated successfully, but these errors were encountered:
You can try out my pull request and give me your comments about it. #2956
Sorry, something went wrong.
This looks promising. Can you update the config file with an example of the new task and it's parameters?
@JonnyBoy333 can this be closed now that the PR has been merged?
I'd say so. Just updated to the latest commit so I'm eagerly testing the new feature out.
No branches or pull requests
It would be nice to put a condition on the EvolvePokemon action to only run when the pokemon storage is full. Something like this:
The text was updated successfully, but these errors were encountered: