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
Bots should be able to be grouped similarly to grenade categories.
Rather than combine the use of commands (.save and .cats), I'll likely try to use separate commands and treat it a little differently, i.e.:
.bot
.savesetup <name>
.loadsetup <name>
.setups
This would likely replace the current all-or-nothing bot saving, which doesn't work very well.
The text was updated successfully, but these errors were encountered:
#115
Needs to be tested
Sorry, something went wrong.
It's done and tested. Ready for pull.
No branches or pull requests
Bots should be able to be grouped similarly to grenade categories.
Rather than combine the use of commands (.save and .cats), I'll likely try to use separate commands and treat it a little differently, i.e.:
.bot
s.savesetup <name>
.loadsetup <name>
.setups
would then list those that are savedThis would likely replace the current all-or-nothing bot saving, which doesn't work very well.
The text was updated successfully, but these errors were encountered: