Multi-binds using alias
So, in a thread in the help section concerning multi-binds @Nico posted something about using alias to do stuff such as
alias change1 "cc_change_costume_color 1 0 700000000"
alias change2 "cc_change_costume_color 1 1 700000000"
alias change3 "cc_change_costume_color 1 2 700000000"
bind key "change1;change2;change3"
However, this didnt work for me so, I did this,
alias change1 "cc_change_costume_color 1 0 700000000"
alias change2 "cc_change_costume_color 1 1 700000000"
alias change3 "cc_change_costume_color 1 2 700000000"
alias change4 "change1;change2;change3"
bind key "change4"
And wosh, 3 commands input at once, in theory, I believe you should be able to bind, as many commands as you want.
So, test this out, and give feedback.
Note: This only works for one time, if console or vindictus crash, you have to do this over again, so best save all the commands in a note pad or something.
alias change1 "cc_change_costume_color 1 0 700000000"
alias change2 "cc_change_costume_color 1 1 700000000"
alias change3 "cc_change_costume_color 1 2 700000000"
bind key "change1;change2;change3"
However, this didnt work for me so, I did this,
alias change1 "cc_change_costume_color 1 0 700000000"
alias change2 "cc_change_costume_color 1 1 700000000"
alias change3 "cc_change_costume_color 1 2 700000000"
alias change4 "change1;change2;change3"
bind key "change4"
And wosh, 3 commands input at once, in theory, I believe you should be able to bind, as many commands as you want.
So, test this out, and give feedback.
Note: This only works for one time, if console or vindictus crash, you have to do this over again, so best save all the commands in a note pad or something.


you said what i wanted to say
