Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

What about "else" in if statements?

if (something) 

{

*something happens

} else {

?

}

if (something) 

{

*something happens

}

 else 

{

?

}


You must make a line break for the brackets for the else

Alright, Thanks!