What about "else" in if statements?
if (something)
{
*something happens
} else {
?
}
else
You must make a line break for the brackets for the else
Alright, Thanks!