It seems that this command has a radius, area of effect, that is not very big.
When using the below command:
Code: Select all
game.get_surface(1).set_multi_command({type=defines.command.attack,target=game.player.character,distraction=defines.distraction.none},200)
I’m hoping that the search radius could be expanded or force the closest x, in my case 200 biters to respond.
Thanks.