I want to make character in my game, who will give a conundrum (secret) to player.
I make “question” var and this scene
*input_text question
*if question = “dragon”
*goto 67p
*elseif question = “Dragon”
*goto 67p
*elseif
*goto 98p
What kind of symbol or smth else I must write after third elseif to check any word, what player may print in this scene?
Again - sry for my English ))