Re: Key Bind to add multiple bots pressing just 1 key? -
10-07-2004
You are doing local games or dedicated server?
Why not do this:
alias RBCT "realbot add 2"
alias CT2 "RBCT;RBCT"
alias CT4 "CT2;CT2"
alias CT8 "CT4;CT4"
alias CT16 "CT8;CT8"
Likewise for terrorists. And you can make it even easier if you use ratios at a higher level, lets say...
alias rbadd1 realbot add [?]
alias rbadd2 realbot add [?]
alias rbadd3 realbot add [?]
etc
alias Addbots "rbadd1;rbadd2;rbadd3;rbadd4"
alias Bots8 "Addbots;Addbots"
alias Bots16 "Bots8;Bots8"
etc..
|