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.
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.
You are the 🐐!! Keep making these vids they are great
Really glad you're finding them useful! More will be coming for sure!
Is there a way that the points get more expensive if you keep buying the power ups?
Yeah, just increase the value of cost at the end of the loop by doing cost += amount (eg: cost += 100).