Quote Originally Posted by Raype View Post
DoingItRight= NewBoolean()

DoingItRight= Right.Check

If DoingItRight = True
System.out.Print("Ur doin it rite")
Else
System.out.Print("Ur doin it rong")
End If

What I mean is do I need the top two programs?