Hello at everyone! I’m learning how to use Godot Engine and i need to create a chat app for a game, it’s not like a working whatsapp or telegram but more like a page where some pre-made dialogue plays with images and videos. The option from the user is limited so i don’t need a keyboard to work but just a button to play the dialogue like a real texting app (the UI can be like Whatsapp or telegram).
Where are you stuck and how can we be of help?
You could first establish a base-class for answers which triggers on keywords.
Either you display all possible keywords as buttons to the player and when they click on the button, the answer is displayed.
Or you can give the user the chance to write a keyword themselves.
You could then create an algorithm that checks which keyword is most similar to what was written and then autocorrect into displaying the correct answer.
I sadly don’t have much information about the actual situation so my response is kind of wishy washy, I apologize.