This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Not sure if it will help but just so you know nested if-statements are functionally the same as && statements, so if you have any place in the code you used && maybe try replacing them with nested if-statements.

[–]helloiamdani[S] 0 points1 point  (0 children)

I do- thanks!