The setBotAttackable native AI script function sets a group as being attackable or not attackable by bots. 0 means not attackable, 1 means attackable.
()setBotAttackable(attackable: f) // setBotAttackable_f_
()setBotAttackable(0); // Make the group not attackable by bots
This example code sets the group as not attackable by bots.