Black Ops 3 Mod Tools (Scripting) - Arrays (Randomised Buyable Powerup)

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 6

  • @BoinkBrands
    @BoinkBrands 18 днів тому

    These videos are genuinely invaluable. I can read code snippets on forums and parse through advise on discord all day but sometimes seeing it broken down step by step is what I need.
    You should do some videos exploring what can be done with callbacks and the existing scripts. I just learned how to use the on zombie death even to add a zombie kill counter.

  • @GoodKingRichard
    @GoodKingRichard 19 днів тому

    You are the 🐐!! Keep making these vids they are great

    • @Program115
      @Program115  19 днів тому +1

      Really glad you're finding them useful! More will be coming for sure!

  • @Hur1caneAaron
    @Hur1caneAaron 19 днів тому

    Is there a way that the points get more expensive if you keep buying the power ups?

    • @Program115
      @Program115  19 днів тому

      Yeah, just increase the value of cost at the end of the loop by doing cost += amount (eg: cost += 100).