Talk:CQB

From ALiVE Wiki
Jump to: navigation, search

Custom Building Blacklists

Pre-release feature (remove me when in release)

ALIVE_Building_Blacklist can be set (for example, in init.sqf) to prevent CQB spawns in certain building types.

Eg:

ALIVE_Building_Blacklist = ["some_archway","some_building_1","some_building_2"];

To find the typeOf a building, put the following in the watched variable area of the Debug Console and stand near the building:

typeOf nearestBuilding position player