How do I compare the text I shot to another text?

Hi everyone, in a game I should add a point igni the time that the spacecraft shoots a word. I tried to add the conditions “compare text” o “Variable String” but they don’t work. Please help me! Thanks

You are comparing the text of Testo after you delete Testo. Move it to the line below, or to another event after you check the text value :

Thanks but it doesn’t work :frowning:

I tried to delete the text after checking it but it doesn’t work, can I share the source file to you so you can check it better?

Sure, either PM me or in this thread. whichever you feel comfortable with.

[OP sent me the game.json]

The Testo objects have lower case text, while the randomly selected word is upper case. You need to convert them to the same case.