Black list spawn area

swiftplague

New Member
Is there a way to create a do not spawn zone or a script to kill ai in specific areas?

I have some areas on my map that i do not want ai in and is it possible to have those ai not spawn or kill them and delete the bodies?
 
If you want to remove static AI spawns from an area, then remove the appropriate trigger area in /world_map_configs/world_(mapname).sqf. Each trigger area is already named according to their location on the map so it's easy to tell what area is where.

For dynamic AI, you can choose to disable them altogether. There is a blacklist feature with the "old"-style dynamic spawn system but it is not a perfect solution. In the next update you will be able to add blacklist areas that are used by the new dynamic spawn system.
 
Back
Top