[QUOTE=Rogerdodger91;1028992]So if statements dont have to be paired with else? for instance


if (x == 1)

Just a quick note, I'm sure it's just a typo, but be careful of = vs ==. A single =...