-
Notifications
You must be signed in to change notification settings - Fork 9
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
Alias #26
Comments
If I want to change "console.big" to "console.run"? Also this could be abused: "console.fuck your mom" instead of big. |
Remember it only changes locally. The only one you abuse by that is yourself @Mnpn03 |
Follow up question: How would you remove an alias? EDIT: @Doyouwanttomakeacake |
Well.. I guess you'ld type So yeah, either just type the alias w/o the command or add subcommands.
|
Yep, added in develop |
console.alias "Old command here" "New command"
A good example would be with run command.
From
console.run my_big_file.lua
you could just doconsole.alias "run my_big_file.lua" "prank"
and then just doconsole.prank
The text was updated successfully, but these errors were encountered: