Blockland Forums > Modification Help
Bot Damage
cucumberdude:
--- Quote from: YoshiDude on June 13, 2011, 09:33:09 PM ---I'm not sure if I know what you're talking about, but...
>start a minigame
>include all players' bricks
>enable weapon damage
That should do it.
--- End quote ---
No.
Destiny/Zack0Wack0:
You shouldn't need to add it to the minigame, just set the %bot.client.minigame = %minigame;
cucumberdude:
Uh yeah that's what I'm doing.
Maybe I'm confused about what "adding to the minigame" means.
Anyways, still got a problem:
--- Quote from: cucumberdude on June 13, 2011, 01:49:37 PM ---a spam of error messages whenever a bot dies.
So my question now is, how do I fix the error messages?
--- End quote ---
Destiny/Zack0Wack0:
This should be enough for it to work:
--- Code: ---%bot = new AiPlayer()
{
dataBlock = PlayerStandardArmor;
};
%bot.client = new AiConnection()
{
player = %bot;
minigame = %minigame;
};
--- End code ---
cucumberdude:
yep, that's what im doing
i still get error mesages