Hello,
After spawning biters with console, they only attack turrets and then sit around
Any way to change their behaviour with console? or in the same command
/c for i=1, 10 do game.player.surface.create_entity{name="small-biter", position={0, -1390}, force=game.forces["enemies"]} end
Spawned biters with console don't attack
-
- Manual Inserter
- Posts: 2
- Joined: Mon Aug 25, 2025 10:47 am
- Contact:
Re: Spawned biters with console don't attack
There is no such force as "enemies", it is "enemy". Also you can provide a force name directly, so force="enemy"
-
- Manual Inserter
- Posts: 2
- Joined: Mon Aug 25, 2025 10:47 am
- Contact:
Re: Spawned biters with console don't attack
Tried it and unfortunately same problem. spawn them and they don't act as normalOsmo wrote: Mon Aug 25, 2025 9:20 pm There is no such force as "enemies", it is "enemy". Also you can provide a force name directly, so force="enemy"