A-Master
2008-01-25 16:17:22
This method will work if you just remember that you can't alias only values (like {HE} Grape), you will need also the command (name) in the alias.Grape wrote:Proposed solution for name-change binding:
alias the_name "{HE} Grape" // puts the name in quotes
bind "0" "name the_name"
This works:
alias name1 "name {HE} Grape"
bind "0" "name1"