pudgess Posted February 1, 2018 Report Share Posted February 1, 2018 how to make slow zombies? help pls Link to comment Share on other sites More sharing options...
0 Thug Posted February 1, 2018 Report Share Posted February 1, 2018 DZE_ZombieSpeed = [2,2]; //Default agro speed is 6 per zombie config, set array elements 0 and 1 the same for non-variable speed, set to 0 to disable. array format = [min, max]; Ex: [2, 6]; results in a range of speed between 2 and 6 (2 is the old DZE_slowZombies hard-coded speed) Link to comment Share on other sites More sharing options...
0 pudgess Posted February 1, 2018 Author Report Share Posted February 1, 2018 3 hours ago, Thug said: DZE_ZombieSpeed = [2,2]; //Default agro speed is 6 per zombie config, set array elements 0 and 1 the same for non-variable speed, set to 0 to disable. array format = [min, max]; Ex: [2, 6]; results in a range of speed between 2 and 6 (2 is the old DZE_slowZombies hard-coded speed) thank! works Thug 1 Link to comment Share on other sites More sharing options...