The "Is _ identical to _" always says it is False even when it is True

I am trying to compare two lists, Memory and Sequence. However it always says it is False even when it is True. When I tilt my finch robot one direction it adds it to Memory and then compares that to the previous Sequence.

Memory script pic (1)
Memory script pic

Why do you want to use IDENTICAL rather than =? The two lists won't be IDENTICAL because they're different lists, even if their contents are the same.

I see what I did wrong. Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.