From aa6dad1c42f475e8293c7e529a1ed4fddf3570d1 Mon Sep 17 00:00:00 2001 From: Mikeeeyy Date: Sun, 8 Feb 2015 00:20:41 +0000 Subject: [PATCH] Toggle Slow Zombies --- SQF/dayz_code/init/variables.sqf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index b383c0b53..6caa5d536 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -574,6 +574,9 @@ if(isNil "dayz_spawnAirCount") then { if(isNil "dayz_zedsAttackVehicles") then { dayz_zedsAttackVehicles = true; }; +if (isNil "DZE_slowZombies") then { + DZE_slowZombies = false; +}; // update objects dayz_updateObjects = ["Plane","Tank","Car", "Helicopter", "Motorcycle", "Ship", "TentStorage", "VaultStorage","LockboxStorage","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","StorageShed_DZ","GunRack_DZ","WoodCrate_DZ","Scaffolding_DZ"];