The clearAggroList native AI script function is used to reset the aggro list of a bot.
()clearAggroList() // clearAggroList__
()clearAggroList(dontSendLostAggro: f) // clearAggroList_f_
()clearAggroList(); // Equivalent to ()clearAggroList(0);
This example code resets the aggro list of a bot.
()clearAggroList(1.0f);
This example code resets the aggro list of a bot without sending a lost aggro message to EGS.