[quote=whizzball1] Heh, an easy mistake. Wait, the semicolon button is nowhere near the opening bracket. [/quote] The curly brace? It wasn't a typo; I closed it like I was making a complete statement out of habit. Besides, I almost never use the braces if the code that's executed is only one line (since they're not needed), and if I do have to use a brace, I put it on the next line instead of right after the if statement.