Hello everyone!
I need to ask you something!
Is there a way to make a Riddle Puzzle? I wanted to make a puzzle in which a player can read a text to read a riddle and then when interacting with an object, a box where to write would appear in order to compare what the player inserted in the box with the correct answer giving false or true as result, is there a way to do it??
1 Like
You can use a Widget Blueprint with a TextBlock for the riddle, a TextBox for the user input and a simple branch to check if the TextBox contents equal the correct answer.
I’ll try this solution, the real fact is that I didn’t get how to use a textbox as user input, but I guess I have to try!
Thank you for your answer!