Permanent chance (restart)

hi
i do have a few secrets in my game
and a list with the solutions

if one is solved
i want to reveal the solution

the solution should stay revealed even if u restart the game

do u guys have any ideas?
brgs

1 Like

Hey!
You could save the solution in a variable, and save that to storage. There are lots of tutorials for storage on Youtube!
– Snowy

1 Like

Snowy is right! Variables are one of the most important tools in coding! If you use boolean variables, you can put true or false for if it should be revealed. (your welcome! :blush:)

1 Like