Disabled Sappers and cloaked figures
This commit is contained in:
parent
ed08878dcd
commit
461c92816e
@ -18,3 +18,15 @@ SA_MAX_TOWED_CARGO = 1;
|
|||||||
//Test of AI mod
|
//Test of AI mod
|
||||||
TCL_Path = "TCL_System\";
|
TCL_Path = "TCL_System\";
|
||||||
call compile preprocessFileLineNumbers (TCL_Path+"TCL_Preprocess.sqf");
|
call compile preprocessFileLineNumbers (TCL_Path+"TCL_Preprocess.sqf");
|
||||||
|
|
||||||
|
|
||||||
|
// Control the epoch ai limit per player
|
||||||
|
// 1. Epoch_Cloak_F = Cultist
|
||||||
|
// 2. GreatWhite_F = Great White Shark
|
||||||
|
// 3. Epoch_Sapper_F = Regular Sapper
|
||||||
|
// 4. Epoch_SapperB_F = Super Sapper (dark)
|
||||||
|
// 5. I_UAV_01_F = UAV (that spawns the AI)
|
||||||
|
// 6. PHANTOM = Invisible phantom
|
||||||
|
// 7. B_Heli_Transport_01_F = Transport helicopter for the mission system
|
||||||
|
|
||||||
|
EPOCH_spawnLimits = [0, 1, 0, 0, 1, 0, 1];
|
||||||
|
Loading…
Reference in New Issue
Block a user