The setAggro native AI script function sets the aggro range and update period of the current group. The aggro range determines how close a bot must be to an enemy in order to attack, and the update period determines how often the bot checks for enemies within its aggro range.
()setAggro(Range: f, NbTicks: f) // setAggro_ff_
()setAggro(10, 20);
This example code sets the aggro range of the current group to 10 meters and updates every 20 game cycles, or every 2 seconds.