Page 1 of 1
Binding aliasing
Posted: Tue May 21, 2013 4:08 am
by Powerman
How do you bind aliases to like N?
RE: Binding aliasing
Posted: Tue May 21, 2013 4:18 am
by legion
alias +command <do stuff here>
alias -command <stop doing stuff here>
bind <key> +command
RE: Binding aliasing
Posted: Tue May 21, 2013 6:47 am
by Powerman
alias +command <do stuff here>
alias -command <stop doing stuff here>
bind <key> +command
so to do a name alias, I would do
Alias name "Name"?
RE: Binding aliasing
Posted: Tue May 21, 2013 6:57 am
by Cyber'
Right, for example:
Alias A1 "name <PRO>Cyber.
Alias stealthmode "name Jackal
Bind u "A1
Bind o "stealthmode
RE: Binding aliasing
Posted: Tue May 21, 2013 7:14 am
by Powerman
I keep getting "alias name tried to recurse"
[spoiler]Alias stimpy "name \clStim\chpy
Alias Power "name \cm<\cdN\cm> \crpower\ciman
Bind e "power"
Bind n "stimpy"[/spoiler]
RE: Binding aliasing
Posted: Tue May 21, 2013 9:08 am
by Cyber'
alias stimpy "name \"\clStim\chpy
bind n "stimpy
alias power "name \"\\cm<\cdN\cm> \crpower\ciman
bind e "power
Give this a shot.
RE: Binding aliasing
Posted: Tue May 21, 2013 11:40 am
by Cruduxy
You might need a few wait statements here and there so alias doesn't get terminated I think
RE: Binding aliasing
Posted: Tue May 21, 2013 3:12 pm
by Powerman
I had to mess with the config file, but after that it works! Thanks everyone!!!!!
RE: Binding aliasing
Posted: Tue May 21, 2013 3:36 pm
by one_Two
A similar question, I know it's kind of spammy but how do you make a bind to print multiple lines of text? like that BE message I think Water used to have.
RE: Binding aliasing
Posted: Tue May 21, 2013 4:09 pm
by Tux
alias HI 'say \cH\cgI;wait 18;say BAD PEGG'
bind kp1 'HI'
press kp1 and voila
OR
bind 'kp1' 'say \\ccH\\cgI;wait 18;say BAD PEGG'
press kp1 and voila
////type alias to see all your aliases