Use the text entry object?

hey everyone! Beginner here. I want to use the text entry object to create a “command bar” (e.g., when a particular phrase is entered, a response will be given back.) However, I’m not sure how to go about using the text entry object and I haven’t been able to find anything online that might be able to help my specific situation. Thanks in advance!

You can find some examples in gdevelop itself(about text entry)…
Create a new project and in the example tab of create new project…

1 Like

If you want to make command bar then,
you may want to make a new text box, the older ones for entering command and the newer ones for showing response…

And what kinds of command do you wanna make?

Sumn like, “grab water bottle” and the output would be, “You cannot do that now”.

you can do
text “command” = grab_water_bottle
text “response”=You cannot do that

Maybe you can add “>” or other signs to make sure it is the response…

Awesome, I’ll definitely give it a shot. Thanks for your help!