Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is the best way to make Waves/rounds for a zombie game?

Asked by
FiredDusk 1466 Moderation Voter
8 years ago

I am making a zombie game and I have no idea of how to code a wave/round script. Any ideas on how to do this? Do I use values?? Idk

LOOKING FOR TIPS, I AM NOT REQUESTING!

0
This is not a request site. However, I can give you a tip! Use 'while true do' statement if the round goes infinite. starlebVerse 685 — 8y
0
Lol, I never requested. Looking for tips. FiredDusk 1466 — 8y
0
ok. So, are the number of rounds gonna be infinite? If it is, try starting with the "while true do" statement. starlebVerse 685 — 8y
0
Yes they will be infinite. FiredDusk 1466 — 8y
0
You could make a function "function zombieWave(number)" then have the function spawn the number variable number of zombies, then you call keep calling zombieWave to spawn more and more zombies. QuantumToast 261 — 8y

Answer this question