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
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
Hey!
You could save the solution in a variable, and save that to storage. There are lots of tutorials for storage on Youtube!
– Snowy
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!
)