Hello again to the forum, long time no see! I'm hard at work on an expansive 10-map mod for Black Ops Zombies, and one of the many features will be the inclusion of the Amm-O-Matic perk. I'm looking to have it function similarly to the Alchemical Antithesis gum from BO3, where every 50 points awards the player with one bullet in reserve. However, I don't want to make it so that the player doesn't earn any points, it'll just take a little more to earn the bullet. I've tried using an edited version of Lilrobot's script for the gum (which he said is okay to use, just as long as credit is given), which is written in the _zombiemode_score.gsc file, but it didn't work. Check out what I tried:
In this function:
I put this:
Under this:
Anybody know how I can fix this? The new BO1 section seems a little barren at the moment, so hopefully someone will at least see this lol. Thanks!
First: You have no wait/break inside the while loop so it probably breaks at start of the game, meaning it never works Second: This wont't work: Add the weapon checks in one line, but if you want to do multiple, you need to do extra brackets. But right now that won't work
Last Edit: January 14, 2018, 05:39:50 pm by HitmanVere