Im working on this mod that contains bots. I spawn the bot like so:
%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?