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

REQUEST: alias and keybind #18

Open
kktos opened this issue Feb 29, 2020 · 0 comments
Open

REQUEST: alias and keybind #18

kktos opened this issue Feb 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@kktos
Copy link

kktos commented Feb 29, 2020

Hi,

  • alias

it could be nice to be able to define alias on the command line like :

> alias tank="spawn v206_the_name_of_a_tank"

to be able to use afterwards a simple:

> tank

to spawn the beast.

  • multiple commands on a line

Let's go one step further.

What about multiple commands on a line separated by a semicolon:

> event ply.givemaxammo; event ply.invulnerable; event ply.unlimitedammo

So, with the alias command, we should be able to do a

> alias god="event ply.givemaxammo; event ply.invulnerable; event ply.unlimitedammo"

  • key bindings

And the last but not least, what about associate a key to a command:

> key CTRL+F5 tank

@aaronkirkham aaronkirkham added the enhancement New feature or request label Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants