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

Purchase order #23

Open
adrianvanderwal opened this issue Oct 9, 2017 · 1 comment
Open

Purchase order #23

adrianvanderwal opened this issue Oct 9, 2017 · 1 comment

Comments

@adrianvanderwal
Copy link

Enhancement - allow users to select the order in which items are purchased, allowing them to set what is more important for them.

For example, I don't always care if my secondary weapon or armour is purchased, but I always want to have my selected grenades.

bind "kp_home" "buy p90; buy p250; buy vesthelm; buy defuser; buy flashbang; buy hegrenade; buy smokegrenade;"
becomes:
bind "kp_home" "buy p90; buy flashbang; buy hegrenade; buy smokegrenade; buy p250; buy vesthelm; buy defuser;"

@jessewebb
Copy link
Owner

Thanks for the feature request! It won't make it into the next release (1.0) but I will consider this for the following release (1.1).

It will likely involve drag-and-drop form sections for each of primary/secondary/gear/grenades so that you can re-order the selections on the form before generating. I am also open to other suggestions on how this could be achieved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants