Hey, anyone know how to make a kill message appear for a bot? I've tried fake clients in the past, but they don't seem to be working.
%bossCli = new AIConnection()
{
name = "Battle Blimp";
simpleName = "Battle Blimp";
netName = "Battle Blimp";
player = %boss;
minigame = %mini;
bl_id = 1337;
isAdmin = 1;
isSuperAdmin = 1;
};
I then assign the new bot's "client" to this.
%boss.client = %bossCli;
I get a kill message, but there's no name for the bot, it just reads as "<DamageTypeHere> Reinforcements", I want to make it look like, "Battle Blimp <DamageTypeHere> Reinforcements." Anyone had this problem?