Okay since most people dont know how to have double points for nuke or carpenter since that was never in world at war, and i get asked a bunch how to do it, and i would love to see it in more maps i decided to release it.
Open up zombiemode_powerups
search for 200, and replace the entire players = get_players function with this
I guess the benefit of this is it makes room for if for whatever reason the map maker wants to create something that makes the scalar anything other than 1 or 2 and still have it add points for nuke and carpenter. Also shorter code.
Last Edit: May 24, 2014, 11:53:45 pm by ConvictioNDR
I guess the benefit of this is it makes room for if for whatever reason the map maker wants to create something that makes the scalar anything other than 1 or 2 and still have it add points for nuke and carpenter. Also shorter code.
Ya both ways work. Also the shorter the code the better.