Author Topic: Cannot kill/damage AIPlayer  (Read 711 times)

Im working on this mod that contains bots. I spawn the bot like so:

Code: [Select]
%bot = new AIPlayer()
{
   datablock = zombieBotArmor;
   position = %position;
};

The AIPlayer spawns, i give it an avatar and make it do things.

But it cannot be damaged. Ive toyed around with certain things and they end up not letting me kill the bot.
How would I fix this?


Have you tried putting the damager and bot in the same minigame first?

Have you tried putting the damager and bot in the same minigame first?

I tried this, but it did not work.

Never mind, i was putting them into the minigame wrong.