In MP, retreat doesnt work, bots go to the next closest ennemy unit.
When I call (in Agent.class) :
public void Retreat(WorldPosition retreatPos) => MBAPI.IMBAgent.SetRetreatMode(this.GetPtr(), retreatPos, true);
Engine callback:
internal void OnRetreating()
but not :
internal void...