I'm fairly new to Harlowe so this may be an easy fix. Any help is appreciated.
I'm trying to prompt the player to give the correct answer to a question presented via the (prompt: function. If they answer correctly, they should be directed to one passage, but if they answer incorrectly they will go to a different one. I'm able to assign the player's answer and the correct answer to different variables:
(set: $creature to (prompt: "He's a...", "Answer"))
(set: $correct to "Monster")
However, I don't know how to get Twine to check if the two variables have the same value or different ones. I also know how to use the (go-to function, but not where it should go given the circumstances. Any insight?