Things like taunt, harm touch, kick, etc. are considered special attacks and do not fall under the auto attack category and will thus slip by. To fix your bot problem, you just need to add additional checks in your if statements to determine if the object is a bot or not with IsBot() or a function of your choosing.
|