How would you increase the number of zombies the wunderwaffe kills? I found the script for it in raw\scripts\zm\_zm_weap_tesla.gsc and the line for the number of zombies it kills
So in my gnc file I have the normal zm_zonemgr:: add_adjacent_zone( "start_zone", "zone2", "enter_zone2"); zm_zonemgr:: add_adjacent_zone( "zone2", "zone3", "enter_zone3"); zm_zonemgr:: add_adjacent_zone( "zone3", &...
When I start my map, no zombies spawn and round 1 never starts. I've made maps in WAW before, but i've never seen this before. Any help would be appreciated.