Thread By: Danny If this is a repost I'm sorry, I tried posting once but the website logged me out and it didn't seem to post it so I have to rewrite this entire post.
basically this is a rewrite of the way Double Points works in WaW zombies!
I was sitting yesterday bored as heck when I had the idea of stacking the timer for Double Points!
because normally it restarts and it is sort of a pest having to run for the blinking powerup at last second to spare every point!
here goes!
so to do this you must have a text editor (NotePad++ is my personal go-to) and _zombiemode_powerups.gsc
first step is to go to the very bottom of the script and paste
next go to the very top and look for // powerups and paste somewhere
next look for time_remaining_on_point_doubler_powerup() and find
delete
because it is no longer needed and will just complicate and ruin the way it works now
next find
and delete
then use the find and replace function in the text editor of your choice
then find double_points_powerup( drop_item ) and replace THE ENTIRE FUNCTION with
then you should be done! go in game and try it out! feedback would be greatly appreciated! hope I helped. :)