From: Rodimus_Prime on
I think I may have it. Instead of combining the two if...then statements in the
same repeat loop, I divided them up into two seperate repeat loops. They pretty
much do the same except one checks if they are equal, if not, then it moves
onto the second which checks if they aren't equal. Seems to work so far, I'll
see how things go when the variables get larger. Hopefully it won't become a
memory issue.