Skip to content
New issue

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

Automagically expand rat case handling commands as case number grows #117

Open
alterNERDtive opened this issue Jun 23, 2021 · 0 comments
Open
Labels
enhancement New feature or request RatAttack
Milestone

Comments

@alterNERDtive
Copy link
Owner

With the plugin it should now be possible to have case handling commands be more dynamic; instead of hard-coding [0..30] (right now) for possible case numbers, start with e.g. [0..10] and alter the commands dynamically as higher case numbers come in.

Pros:

  • supports a theoretically infinite amount of concurrent rat cases
  • will never not be able to handle an incoming case number

Cons:

  • requires dynamically resetting the active profile which messes with pending speech and running commands
  • if for some reason a case with a number greater than current max is missed, you cannot manually open it (should be possible to add contingencies for that, though)
@alterNERDtive alterNERDtive added enhancement New feature or request RatAttack labels Jun 23, 2021
@alterNERDtive alterNERDtive added this to the future milestone Feb 4, 2022
@alterNERDtive alterNERDtive modified the milestones: future, 5.0 Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RatAttack
Projects
None yet
Development

No branches or pull requests

1 participant