Author Topic: Help with COnsole Commands  (Read 3323 times)

I know how to turn into a Monkey/Droid/Cat, but how do you spawn things like Horses, or pets?

... pets?  Like spawn a bot change its datablock and make it follow?

To spawn a bot at all.

Were you there in the Castle RPG anti-cop? Like that "Necromancer" made 4 clones and made them follow him.

I think you need to be admin, or find a way to get admin through an unprotected script... then... I don't know the command myself, I never get to host.

Yeah, you need to be an admin, and then type something into the console.

Commandtoserver('spawnguardbot','name'); ??

nope that makes a static uneditable guy...
« Last Edit: November 23, 2006, 12:18:52 AM by Anti-Cop »

Yeah, that works, but how do I make him follow me?

Ask someone who actually gets to DO these things.

To open a still in testing stages Bot GUI area open console and type the following:
Code: [Select]
openbotopGUI();

spawning bots:

bot:
new AIPlayer(bot) { datablock="LightMaleHumanArmor";
position=localclientconnection.camera.getposition(); };

cloakbot:
bot.setCloaked(1);

name bot:
<bot null #>.setshapename(<name>);

followbot:
following(%obj,%this; = (following(<bot null/name>,<player null>))

random bot:
commandtoserver('addrandombot');

enter into console, if you need more just ask

whats wrong with the bot menu?

loel everyone but kinex is a handicap

type what he put or go to F10>BotOpGUI
Make a bot, set it to follow.

openbotopgui(); to open, And again to close it.