First, press [F8]. Press W to move a little bit forward. Go into the console and type:
new AIPlayer(bot) { datablock="LightMaleHumanArmor"; position=localclientconnection.camera.getPosition(); };
To resume the game press [F7] or type aiplayer::spawnplayer(); To spawn another bot, press [F8] from a new place than where you spawned the first bot. Then, go into the console and type:
new AIPlayer(bot2) { datablock="LightMaleHumanArmor"; position=localclientconnection.camera.getPosition(); };
To resume the game, press [F7].
Invisible bot:
Go into the console and type bot.setCloaked(1);
Make bot visible again:
Go into the console and type bot.setCloaked(0);
Get guns:
You must be the administrator in the game. Press [F11], then [F4]. Then on the bottom right-hand corner, click on the second list thing from the top, then "Weapons". The object or objects will spawn in the middle of the screen point it at the ground next to you.
Build a wall:
Go into the console, then type: buildwall[number];
Give bot weapon:
Go into the console and type: bot.mountImage(shotgunImage,0);
Note: You can also enter (swordimage,0); or other weapon images. Some weapons will run out of ammunition. When this happens, type bot.incInventory([weapon name]Ammo,5);
Bots fight each other:
To make two bots fight each other, go into the console and type: