I tried creating a function that runs on the event tick which checks my solution and compares it to each square’s current state. Then if each current state and solution are correct, it would fill a respective bool in an array. This function works properly, but when I add the data from the bool array to compare against the hints, it returns the same hint repeatedly.