Talk:CQB

From ALiVE Wiki
Revision as of 18:01, 29 October 2019 by Bradon (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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