Hi, I'm having a problem with logic flow. I'm trying to build a simple chatbot for a game. I need it to direct people to the next text ("clue") after they correctly answered the last one. Otherwise they get replay "try again or type help for additional clue". I use 'Intent' for the answer and add there several versions of correct answer, but when I'm testing the bot it sometimes works when I type correct answer and sometimes it despite putting correct answer it goes to "try again".
I tried different options with the incorrect answer, which goes to "try again". For example, 'expression' if user input is not Morskie Centrum Nauki; always; or even leave it empty.
I cannot really understand why it is so inconsistent. Despite putting correct answer, it more often goes to 'try again'.
I would greatly appreciate any help.