I'm not sure really what you are trying to do but maybe this will help.
First, given the image, your events aren't going to choose a specific text object. You are using the system compare 2 variables event. This will trigger if it finds a value that matches but no object is selected so you don't know which object the system will choose. Most likely it will be all text objects.
Instead, you should use a text event and compare it's variable. This is what your events would change to:
Also, you can cut down your events simply by using the instance variable as the array index.