Quote Originally Posted by Mariusmssj View Post
i got no idea about functions xD
Now's a good time to learn. You can't program without them.

A nested if statement may be easier to read.
Code:
if(a)
   if(b)
        if(c)
//..etc