The setCanAggro native AI script function allows you to enable or disable bot aggro for the current group. Bots are able to aggro enemies within their aggro range.
()setCanAggro(CanAggro: f) // setCanAggro_f_
()setCanAggro(0);
This example code disables aggro for the current group. Bots in this group will no longer aggro enemies within their aggro range.