Sorry about that, i'm not really sure what the norm is with code indentation koz iv'e only ever learn't from books and iv'e never really started posting my code on the net untill recently so iv'e fallin into some bad habbits,
As far as code indentation goes is it just bringing loops and conditionals out further then the rest of code like this
Or is there more to it then that?Code:while()
{
//loop 1
While()
{
//loop 2
}
}

