Possible to bind multiple commands to one key?
Ryne
Join Date: 2012-02-25 Member: 147408Members, NS2 Map Tester
<div class="IPBDescription">Couldnt figure it out...</div>I was trying to make a bind to do sv_rrall;sv_randomall;sv_say Random Teams
I tried the following:
bind F8 sv_rrall;sv_randomall;sv_say Random Teams
This method basically binded sv_rrall to F8 then executed the other 2 commands
Then tried:
bind F8 "sv_rrall;sv_randomall;sv_say Random Teams" and this basically did the same thing.
Is there anyway to do this properly?
I tried the following:
bind F8 sv_rrall;sv_randomall;sv_say Random Teams
This method basically binded sv_rrall to F8 then executed the other 2 commands
Then tried:
bind F8 "sv_rrall;sv_randomall;sv_say Random Teams" and this basically did the same thing.
Is there anyway to do this properly?
Comments
Or just try it with spaces instead.