Skip to content
fr1tz edited this page Jun 25, 2011 · 3 revisions

Note: The information on this page might be outdated if you're using the latest development version.

ROTC: Ethernet does currently not support any real bots. But if you're hosting a server, you can add some dumb practice bots by using the following commands at the console (F12).

aiAddRed(%weaponNumber);     - ex. aiAddRed(2); for a red bot with a battle rifle
aiAddBlue(%weaponNumber);    - ex. aiAddRed(1); for a blue bot with a blaster
aiStartMove();
aiStartFire();
aiStartFight();              - a combination of aiStartMove() and aiStartFire()
aiKill();                    - to get rid of all bots
Clone this wiki locally