i been wondering about how you made level selector thingy in here since it was made in puzzlescript, care to share if you can please?
This game uses PuzzleScript Plus which includes the feature of 'goto' commands. This allows you to define levels with a name, and the ability to add 'goto [level_name]' on the right side of a rule. In my case, the game just has a rule for every valid combination of 5 sigils, and a goto command to send you to the relevant level.