View Single Post
Re: Key Bind to add multiple bots pressing just 1 key?
Old
  (#2)
V or 'Tex
Member
 
Status: Offline
Posts: 121
Join Date: Feb 2004
Default 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..
  
Reply With Quote