I want the player to be asked a question which must be answered before moving on. I have tried formatting the question in various ways, like this
(set $answer to prompt("Henry, Edward, Mary, Elizabeth. Who is next?"))
(set $answer to prompt("What is your answer?"))
Your answer is (print: $answer)
(put: (prompt: "what is your answer?") into $answer)
and the result when I press play is like this
(set 0 to prompt("Henry, Edward, Mary, Elizabeth. Who is next?"))
(set 0 to prompt("What is your answer?"))
Your answer is 0
The (prompt:) macro needs 1 more value.►
How can I get this to work please? I'm using the latest version of Twine, downloaded a few days ago