#I'd like to make a wave system but after each wave I want to pause the game.

5 messages · Page 1 of 1 (latest)

rocky echo
#

So I am a beginner at this and I seen this code in a tutorial. It's working great and is good but it's not what I want. I want the waves to stop after each wave so the player can buy upgrades to their weapon or different type of items to help them out later.

tired plinth
#

if you want the waves to just stop for a certain amount of time, add a variable called WaveCD near the rest of your variables, and then just wait that amount at the end of each wave

#

the end of the wave being the line just before where you play the wave spawn sound

next chasm
#

You could put ur code in a coroutine and yield it i think