I want to use the prompt set and use the input to change to path. EG; 'do you feel brave enough?' and the player could type an answer like yes or no. But i want to check if the players types in yes, it would trigger an event, same with no.
i tried:
(set: $brave to (prompt: "yes or no","no")
(if: $brave is yes) [you're very brave]
(if: $brave is no) [you aren't very brave]
(as an example given)
Is this even possible or?
I'm using Harlowe 2.1.0 btw