I have a small problem with my zombie round script I’ve been tweaking. I’ve fixed 5 errors I’ve gotten with the script but I can’t figure out what is causing an “expecting ), found :”. But I’ve changed it to what it says but it errors again. If seeing the full script would help, let me know, I’ll post it up. The error is at “maxlivezombies:int”
void Update()
{
while(GameObject.FindGameObjectsWithTag("zombie").length < maxLiveZombies:int || zombiesThisRound > maxZombies;
{