I searched the code on Scratch, and the game is literallu unwinnable. Unknown (the one in the mirror) works by checking if you are watching them on 4 intervals of 1 second. The third interval has an IF CARBION == 3 AND U SPOT == 1 that SHOULD lead to the 4° Interval, but instead has and else that checks again if the Carbion == 3 and U Spot == 1. If the condition is met, the loop closes without getting rid of Unknown. If the condition is somehow not met, it checks instantly if the condition is met again, wich means that is either phisically impossible or frame perfect.
← Return to game
Comments
Log in with itch.io to leave a comment.
FR Mirror (wich determines where FR appears) never resets to 0 in code other than the start, wich means that is impossible to get rid of him.
I searched the code on Scratch, and the game is literallu unwinnable. Unknown (the one in the mirror) works by checking if you are watching them on 4 intervals of 1 second. The third interval has an IF CARBION == 3 AND U SPOT == 1 that SHOULD lead to the 4° Interval, but instead has and else that checks again if the Carbion == 3 and U Spot == 1. If the condition is met, the loop closes without getting rid of Unknown. If the condition is somehow not met, it checks instantly if the condition is met again, wich means that is either phisically impossible or frame perfect.