Hi guys, I need some help here! You see, I’m trying to create a lock in Twine using a password (Just to clarify: When I say a lock I mean basic Twine Harlowe lock. I don´t need any super complex wheel combination lock. I just need a basic (promt:) lock!) I have been trying to create it for several days, using several variations like this:
(set: $passcode to (prompt: "What is the passcode?", ""))
You entered $passcode.
[[Passage 2]]
(if: $passcode is 8)[(set: $randomvalue to it + 100)]
(else:)[It didn't work, again.]
[[Passage 3]]
$randomvalue
I have tried using other passcode variations recommended by other Twine Harlowe users but they either don´t work, or when I try to test it my screen turns white. If you know the answer, please post it here! You´ll help one very confused Twine user! House on a Tree